summaryrefslogtreecommitdiffstats
path: root/doc/apps/pkcs12.pod
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-09-22 19:43:59 +0100
committerMatt Caswell <matt@openssl.org>2015-09-25 14:49:59 +0100
commit40e2d76becd095c7cb2749ee1b33a7a336c8c17d (patch)
tree784a418e406af79c1f9f390d5daf24131baed111 /doc/apps/pkcs12.pod
parent2b6bcb702d237171ec5217956a42c8dce031ea51 (diff)
Document -no-CApath and -no-CAfile
Add documentation to all the appropriate apps for the new -no-CApath and -no-CAfile options. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'doc/apps/pkcs12.pod')
-rw-r--r--doc/apps/pkcs12.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/apps/pkcs12.pod b/doc/apps/pkcs12.pod
index f956c8ed64..f8162d0c1c 100644
--- a/doc/apps/pkcs12.pod
+++ b/doc/apps/pkcs12.pod
@@ -39,6 +39,8 @@ B<openssl> B<pkcs12>
[B<-rand file(s)>]
[B<-CAfile file>]
[B<-CApath dir>]
+[B<-no-CAfile>]
+[B<-no-CApath>]
[B<-CSP name>]
=head1 DESCRIPTION
@@ -281,6 +283,14 @@ CA storage as a directory. This directory must be a standard certificate
directory: that is a hash of each subject name (using B<x509 -hash>) should be
linked to each certificate.
+=item B<-no-CAfile>
+
+Do not load the trusted CA certificates from the default file location
+
+=item B<-no-CApath>
+
+Do not load the trusted CA certificates from the default directory location
+
=item B<-CSP name>
write B<name> as a Microsoft CSP name.