X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman%2Fpkcs8.pod;h=3d5885638804063232e5003c0b074be696a39054;hp=e2cc86e0e3d9adf9132216b18b09bebc037fba14;hb=20432eae41e35ea28a4d43c0dfc7acfdd9672812;hpb=525f51f6c98751de4db3b81789044d32e3686cda diff --git a/doc/man/pkcs8.pod b/doc/man/pkcs8.pod index e2cc86e0e3..3d58856388 100644 --- a/doc/man/pkcs8.pod +++ b/doc/man/pkcs8.pod @@ -11,7 +11,11 @@ B B [B<-inform PEM|DER>] [B<-outform PEM|DER>] [B<-in filename>] +[B<-passin password>] +[B<-envpassin var>] [B<-out filename>] +[B<-passout password>] +[B<-envpassout var>] [B<-noiter>] [B<-nocrypt>] [B<-nooct>] @@ -53,6 +57,15 @@ This specifies the input filename to read a key from or standard input if this option is not specified. If the key is encrypted a pass phrase will be prompted for. +=item B<-passin password> + +the input file password. Since certain utilities like "ps" make the command line +visible this option should be used with caution. + +=item B<-envpassin var> + +read the input file password from the environment variable B. + =item B<-out filename> This specifies the output filename to write a key to or standard output by @@ -60,6 +73,15 @@ default. If any encryption options are set then a pass phrase will be prompted for. The output filename should B be the same as the input filename. +=item B<-passout password> + +the output file password. Since certain utilities like "ps" make the command line +visible this option should be used with caution. + +=item B<-envpassout var> + +read the output file password from the environment variable B. + =item B<-nocrypt> PKCS#8 keys generated or input are normally PKCS#8 EncryptedPrivateKeyInfo