Constify the BIGNUM routines a bit more. The only trouble were the
[openssl.git] / doc / apps / spkac.pod
index c58768e8b33d9024a81fa2189cbc4bb07847ff33..bb84dfbe335299ef542841e7f4530f1869cf6e23 100644 (file)
@@ -10,6 +10,7 @@ B<openssl> B<spkac>
 [B<-in filename>]
 [B<-out filename>]
 [B<-key keyfile>]
+[B<-passin arg>]
 [B<-challenge string>]
 [B<-pubkey>]
 [B<-spkac spkacname>]
@@ -44,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.
 
+=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.