X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fapps%2Fspkac.pod;h=97fb80e4016b8a3d3b312adf14cbc6707296553a;hp=846b9a93a7ab9d8601d42bb54102434c2315ec7c;hb=b0e659cfaca9ff4a481cc63b7f6b6e97303ad8fe;hpb=f07fb9b24be9ae2d21647257d830da565561df3b;ds=sidebyside diff --git a/doc/apps/spkac.pod b/doc/apps/spkac.pod index 846b9a93a7..97fb80e401 100644 --- a/doc/apps/spkac.pod +++ b/doc/apps/spkac.pod @@ -10,15 +10,14 @@ B B [B<-in filename>] [B<-out filename>] [B<-key keyfile>] -[B<-passin password>] -[B<-envpassin var>] +[B<-passin arg>] [B<-challenge string>] [B<-pubkey>] [B<-spkac spkacname>] [B<-spksect section>] [B<-noout>] [B<-verify>] - +[B<-engine id>] =head1 DESCRIPTION @@ -48,14 +47,8 @@ present. =item B<-passin password> -the private key file password. Since certain utilities like "ps" make the -command line visible this option should be used with caution. Ignored if -the B<-key> argument is not used. - -=item B<-envpassin var> - -read the private key file password from the environment variable B. -Ignored if the B<-key> argument is not used. +the input file password source. For more information about the format of B +see the B section in L. =item B<-challenge string> @@ -86,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