Open SSL generate Private Key with password from File
Posted
by Data-Base
on Stack Overflow
See other posts from Stack Overflow
or by Data-Base
Published on 2010-05-21T11:17:23Z
Indexed on
2010/05/21
11:20 UTC
Read the original article
Hit count: 174
Hello,
I have this command openssl genrsa -des3 -out host.key 1024
it asks me for a password, I want to automate it!
how I can make it read the password from a text file (host.pass) so it will not ask me or have it ignore the password (which one is better?)
Thanks
© Stack Overflow or respective owner