X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fapps%2Fspkac.pod;h=97fb80e4016b8a3d3b312adf14cbc6707296553a;hb=623acb90cc7fdd5bd51a850ee6acc45b661daa83;hp=c58768e8b33d9024a81fa2189cbc4bb07847ff33;hpb=82fc1d9c28e834549f61e4c91b3f6bbdf4c48153;p=oweals%2Fopenssl.git diff --git a/doc/apps/spkac.pod b/doc/apps/spkac.pod index c58768e8b3..97fb80e401 100644 --- a/doc/apps/spkac.pod +++ b/doc/apps/spkac.pod @@ -10,13 +10,14 @@ B B [B<-in filename>] [B<-out filename>] [B<-key keyfile>] +[B<-passin arg>] [B<-challenge string>] [B<-pubkey>] [B<-spkac spkacname>] [B<-spksect section>] [B<-noout>] [B<-verify>] - +[B<-engine id>] =head1 DESCRIPTION @@ -44,6 +45,11 @@ create an SPKAC file using the private key in B. The B<-in>, B<-noout>, B<-spksect> and B<-verify> options are ignored if present. +=item B<-passin password> + +the input file password source. For more information about the format of B +see the B section in L. + =item B<-challenge string> specifies the challenge string if an SPKAC is being created. @@ -73,6 +79,12 @@ being created). verifies the digital signature on the supplied SPKAC. +=item B<-engine id> + +specifying an engine (by its unique B string) will cause B +to attempt to obtain a functional reference to the specified engine, +thus initialising it if needed. The engine will then be set as the default +for all available algorithms. =back