Update docs.
[openssl.git] / doc / apps / spkac.pod
index 75d58e772bbc636471706e025cfcf5227227856b..c3f1ff9c6441782b457c3e09da61d3619826652c 100644 (file)
@@ -10,12 +10,14 @@ B<openssl> B<spkac>
 [B<-in filename>]
 [B<-out filename>]
 [B<-key keyfile>]
 [B<-in filename>]
 [B<-out filename>]
 [B<-key keyfile>]
+[B<-passin arg>]
 [B<-challenge string>]
 [B<-challenge string>]
+[B<-pubkey>]
 [B<-spkac spkacname>]
 [B<-spksect section>]
 [B<-noout>]
 [B<-verify>]
 [B<-spkac spkacname>]
 [B<-spksect section>]
 [B<-noout>]
 [B<-verify>]
-
+[B<-engine id>]
 
 =head1 DESCRIPTION
 
 
 =head1 DESCRIPTION
 
@@ -43,6 +45,11 @@ create an SPKAC file using the private key in B<keyfile>. The
 B<-in>, B<-noout>, B<-spksect> and B<-verify> options are ignored if
 present.
 
 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<arg>
+see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)|openssl(1)>.
+
 =item B<-challenge string>
 
 specifies the challenge string if an SPKAC is being created.
 =item B<-challenge string>
 
 specifies the challenge string if an SPKAC is being created.
@@ -63,10 +70,21 @@ SPKAC. The default is the default section.
 don't output the text version of the SPKAC (not used if an
 SPKAC is being created).
 
 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.
 
 =item B<-verify>
 
 verifies the digital signature on the supplied SPKAC.
 
+=item B<-engine id>
+
+specifying an engine (by it's unique B<id> string) will cause B<req>
+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
 
 
 =back
 
@@ -110,6 +128,6 @@ to be used in a "replay attack".
 
 =head1 SEE ALSO
 
 
 =head1 SEE ALSO
 
-ca(1)
+L<ca(1)|ca(1)>
 
 =cut
 
 =cut