Clearer documentation

This commit is contained in:
Elio Maldonado 2008-11-04 04:03:19 +00:00
parent 3b680cd6aa
commit 5d743f19fd
1 changed files with 5 additions and 4 deletions

View File

@ -78,7 +78,7 @@
<varlistentry> <varlistentry>
<term><option>--makeca</option></term> <term><option>--makeca</option></term>
<listitem><simpara>Generate a Certificate Authority <listitem><simpara>Generate a Certificate Authority
keypair.</simpara></listitem> keypair and certificate.</simpara></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -93,8 +93,8 @@
<term><option>--renew</option></term> <term><option>--renew</option></term>
<listitem><simpara>Used with --genreq to indicate a renewal, <listitem><simpara>Used with --genreq to indicate a renewal,
the existing keypair will be used. Certs and keys must reside the existing keypair will be used. Certs and keys must reside
in the nss database. Pem file cert renewal is not currently in the nss database, therefore --nss is also required. Pem file
supported.</simpara></listitem> based cert renewal is not currently supported.</simpara></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@ -133,7 +133,8 @@
<para>The following example will create a self-signed certificate <para>The following example will create a self-signed certificate
and private key for the hostname <literal>www.nssexample.com</literal> and private key for the hostname <literal>www.nssexample.com</literal>
which will be stored in cert and key in the nss database: which will be stored in cert and key in the nss database. If no nickname
is given the tool will extract it from mod_nss's nss configuration file.
<programlisting> <programlisting>
# genkey --days --nss 120 www.nssexample.com # genkey --days --nss 120 www.nssexample.com