diff options
author | Stef Walter <stefw@gnome.org> | 2013-03-15 08:23:43 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-03-15 17:34:00 +0100 |
commit | 7fc0ecd1ca7840e71958e62163b27d645c936c25 (patch) | |
tree | 21721a33b2a3ed88daad4a18cbf5d0d130217e94 /doc/manual | |
parent | 58e1e3764250fbda96c5ef7244e891a6be04d4cb (diff) |
extract: --comment option adds comments to PEM bundles
* Placed before the certificate, simple one liner
* No need to put comments in PEM files extracted into
directories, as the file names are already descriptive.
https://bugs.freedesktop.org/show_bug.cgi?id=62029
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/p11-kit.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual/p11-kit.xml b/doc/manual/p11-kit.xml index 5242b1a..9791c29 100644 --- a/doc/manual/p11-kit.xml +++ b/doc/manual/p11-kit.xml @@ -92,6 +92,11 @@ $ p11-kit extract --format=x509-directory --filter=ca-certificates /path/to/dire <variablelist> <varlistentry> + <term><option>--comment</option></term> + <listitem><para>Add identifying comments to PEM bundle output files + before each certificate.</para></listitem> + </varlistentry> + <varlistentry> <term><option>--filter=<what></option></term> <listitem><para>Specifies what certificates to export. You can specify the following values: |