X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman1%2Fgenpkey.pod;h=66541d92b0abf4338e2a0ccd5b0680d33cc83183;hp=8e22ab22eee17c69f97c38201bd0fe016616ef3a;hb=e75138abea25659d304feb880cf54d760245e2f3;hpb=bc5145e372db24e8382c34fd191614805164b28b diff --git a/doc/man1/genpkey.pod b/doc/man1/genpkey.pod index 8e22ab22ee..66541d92b0 100644 --- a/doc/man1/genpkey.pod +++ b/doc/man1/genpkey.pod @@ -11,7 +11,7 @@ B B [B<-out filename>] [B<-outform PEM|DER>] [B<-pass arg>] -[B<-cipher>] +[B<-I>] [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 see the B section in L. -=item B<-cipher> +=item B<-I> This option encrypts the private key with the supplied cipher. Any algorithm name accepted by EVP_get_cipherbyname() is acceptable such as B.