X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fapps%2Fspkac.pod;h=bb84dfbe335299ef542841e7f4530f1869cf6e23;hb=37fc8c3747b01bc13592de5ec1f2ff3399f52b42;hp=2151d3f69fb0a5332ac9090e557237466efe1132;hpb=bb075f883356589425b7e57f788c7498a83b0219;p=oweals%2Fopenssl.git diff --git a/doc/apps/spkac.pod b/doc/apps/spkac.pod index 2151d3f69f..bb84dfbe33 100644 --- a/doc/apps/spkac.pod +++ b/doc/apps/spkac.pod @@ -10,7 +10,9 @@ 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>] @@ -43,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. @@ -63,6 +70,11 @@ SPKAC. The default is the default section. don't output the text version of the SPKAC (not used if an SPKAC is being created). +=item B<-pubkey> + +output the public key of an SPKAC (not used if an SPKAC is +being created). + =item B<-verify> verifies the digital signature on the supplied SPKAC.