diff options
author | Elio Maldonado <emaldona@redhat.com> | 2013-10-30 16:12:42 -0700 |
---|---|---|
committer | Elio Maldonado <emaldona@redhat.com> | 2013-10-30 16:12:42 -0700 |
commit | b1557a0729bc29c543bc9898f0a1f201f0aa10de (patch) | |
tree | 9c171492d72b53b2a04a79eabf4f80bc54ec4b83 /doc | |
parent | dae1dfbddbec29064aa8e3b7972122db6fcad901 (diff) | |
download | nss-hg-b1557a0729bc29c543bc9898f0a1f201f0aa10de.tar.gz |
Fix Bug 932001 - certutil is missing the description of the --email option, r=kaie
Diffstat (limited to 'doc')
-rw-r--r-- | doc/certutil.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/certutil.xml b/doc/certutil.xml index 11b5837bc..a2248f5f2 100644 --- a/doc/certutil.xml +++ b/doc/certutil.xml @@ -209,6 +209,11 @@ If this option is not used, the validity check defaults to the current system ti </varlistentry> <varlistentry> + <term>--email email-address</term> + <listitem><para>Specify the email address of a certificate to list. Used with the -L command option.</para></listitem> + </varlistentry> + + <varlistentry> <term>-f password-file</term> <listitem><para>Specify a file that will automatically supply the password to include in a certificate or to access a certificate database. This is a plain-text file containing one password. Be sure to prevent |