diff options
Diffstat (limited to 'security/nss/doc/certutil.xml')
-rw-r--r-- | security/nss/doc/certutil.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/security/nss/doc/certutil.xml b/security/nss/doc/certutil.xml index 5c3b3501a..519d710dc 100644 --- a/security/nss/doc/certutil.xml +++ b/security/nss/doc/certutil.xml @@ -180,6 +180,10 @@ For certificate requests, ASCII output defaults to standard output unless redire </varlistentry> <varlistentry> + <term>--simple-self-signed</term> + <listitem><para>When printing the certificate chain, don't search for a chain if issuer name equals to subject name.</para></listitem> + </varlistentry> + <varlistentry> <term>-b validity-time</term> <listitem><para>Specify a time at which a certificate is required to be valid. Use when checking certificate validity with the <option>-V</option> option. The format of the <emphasis>validity-time</emphasis> argument is <emphasis>YYMMDDHHMMSS[+HHMM|-HHMM|Z]</emphasis>, which allows offsets to be set relative to the validity end time. Specifying seconds (<emphasis>SS</emphasis>) is optional. When specifying an explicit time, use a Z at the end of the term, <emphasis>YYMMDDHHMMSSZ</emphasis>, to close it. When specifying an offset time, use <emphasis>YYMMDDHHMMSS+HHMM</emphasis> or <emphasis>YYMMDDHHMMSS-HHMM</emphasis> for adding or subtracting time, respectively. </para> @@ -424,6 +428,9 @@ of the attribute codes: <listitem> <para><command>J</command> (as an object signer)</para> </listitem> + <listitem> +<para><command>I</command> (as an IPSEC user)</para> + </listitem> </itemizedlist></listitem> </varlistentry> @@ -658,6 +665,41 @@ of the attribute codes: critical </para> </listitem> + <listitem> + <para> + x509Any + </para> + </listitem> + <listitem> + <para> + ipsecIKE + </para> + </listitem> + <listitem> + <para> + ipsecIKEEnd + </para> + </listitem> + <listitem> + <para> + ipsecIKEIntermediate + </para> + </listitem> + <listitem> + <para> + ipsecEnd + </para> + </listitem> + <listitem> + <para> + ipsecTunnel + </para> + </listitem> + <listitem> + <para> + ipsecUser + </para> + </listitem> </itemizedlist> <para>X.509 certificate extensions are described in RFC 5280.</para></listitem> </varlistentry> |