]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man1/genpkey.pod
Doc fixes
[thirdparty/openssl.git] / doc / man1 / genpkey.pod
index 8e22ab22eee17c69f97c38201bd0fe016616ef3a..66541d92b0abf4338e2a0ccd5b0680d33cc83183 100644 (file)
@@ -11,7 +11,7 @@ B<openssl> B<genpkey>
 [B<-out filename>]
 [B<-outform PEM|DER>]
 [B<-pass arg>]
-[B<-cipher>]
+[B<-I<cipher>>]
 [B<-engine id>]
 [B<-paramfile file>]
 [B<-algorithm alg>]
@@ -45,7 +45,7 @@ This specifies the output format DER or PEM. The default format is PEM.
 The output file password source. For more information about the format of B<arg>
 see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
 
-=item B<-cipher>
+=item B<-I<cipher>>
 
 This option encrypts the private key with the supplied cipher. Any algorithm
 name accepted by EVP_get_cipherbyname() is acceptable such as B<des3>.