diff -up ./nss/doc/certutil.xml.missing_options ./nss/doc/certutil.xml --- ./nss/doc/certutil.xml.missing_options 2014-11-25 10:14:22.068846717 -0800 +++ ./nss/doc/certutil.xml 2014-11-25 10:17:49.810974243 -0800 @@ -204,6 +204,11 @@ If this option is not used, the validity + --dump-ext-val OID + For single cert, print binary DER encoding of extension OID. + + + -e Check a certificate's signature during the process of validating a certificate. @@ -214,6 +219,26 @@ If this option is not used, the validity + --extGeneric OID:critical-flag:filename[,OID:critical-flag:filename]... + + +Add one or multiple extensions that certutil cannot encode yet, by loading their encodings from external files. + + + +OID (example): 1.2.3.4 + + +critical-flag: critical or not-critical + + +filename: full path to a file containing an encoded extension + + + + + + -f password-file 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 @@ -376,6 +401,15 @@ of the attribute codes: V (as an SSL server) +L (as an SSL CA) + + +A (as Any CA) + + +Y (Verify CA) + + S (as an email signer) @@ -649,6 +683,17 @@ of the attribute codes: + --extSAN type:name[,type:name]... + +Create a Subject Alt Name extension with one or multiple names. + + +-type: directory, dn, dns, edi, ediparty, email, ip, ipaddr, other, registerid, rfc822, uri, x400, x400addr + + + + + --empty-password Use empty password when creating new certificate database with -N.