This is a discussion on Openssl passin/passout argument - Openssl ; Hello, can't figure out how to correctly use -passin or -passout argument for some Openssl commands (working with Cygwin) exaple: openssl genrsa -aes128 -out ./keyt2.pem -passout file:./pass.txt -f4 1024 This doesn't write any pasword to pass.txt file, which is unchanged ...
Hello,
can't figure out how to correctly use -passin or -passout argument for
some Openssl commands (working with Cygwin)
exaple:
openssl genrsa -aes128 -out ./keyt2.pem -passout file:./pass.txt -f4
1024
This doesn't write any pasword to pass.txt file, which is unchanged
after req command was revoked.
Can't find any help in any Openssl docs.
Thanks a lot in advance.
Ales.