From 40e2d76becd095c7cb2749ee1b33a7a336c8c17d Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 22 Sep 2015 19:43:59 +0100 Subject: 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 --- doc/apps/pkcs12.pod | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/apps/pkcs12.pod') 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 B [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) 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 as a Microsoft CSP name. -- cgit v1.2.3