diff -r 000000000000 -r 6474c204b198 security/nss/doc/html/vfychain.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/security/nss/doc/html/vfychain.html Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,26 @@ +
vfychain — vfychain [options] [revocation options] certfile [[options] certfile] ...
vfychain
This documentation is still work in progress. Please contribute to the initial review in Mozilla NSS bug 836477 +
The verification Tool, vfychain, verifies certificate chains. modutil can add and delete PKCS #11 modules, change passwords on security databases, set defaults, list module contents, enable or disable slots, enable or disable FIPS 140-2 compliance, and assign default providers for cryptographic operations. This tool can also create certificate, key, and module security database files.
The tasks associated with security module database management are part of a process that typically also involves managing key databases and certificate databases.
-a
-b
YYMMDDHHMMZ
-d
directory
-f
-o
oid
-p
Use PKIX Library to validate certificate by calling:
* CERT_VerifyCertificate if specified once,
* CERT_PKIXVerifyCert if specified twice and more.
-r
-t
-u
usage
+ 0=SSL client, 1=SSL server, 2=SSL StepUp, 3=SSL CA, + 4=Email signer, 5=Email recipient, 6=Object signer, + 9=ProtectedObjectSigner, 10=OCSP responder, 11=Any CA +
-T
-v
-w
password
-W
pwfile
Revocation options for PKIX API (invoked with -pp options) is a + collection of the following flags: + [-g type [-h flags] [-m type [-s flags]] ...] ...
Where:
-g
test-type
-g
test type
-h
test flags
-m
method type
-s
method flags
For information about NSS and other tools related to NSS (like JSS), check out the NSS project wiki at http://www.mozilla.org/projects/security/pki/nss/. The NSS site relates directly to NSS code changes and releases.
Mailing lists: https://lists.mozilla.org/listinfo/dev-tech-crypto
IRC: Freenode at #dogtag-pki