7 Feb
2009
7 Feb
'09
01:18
Hello, On Fri, 06 Feb 2009, David C. Rankin wrote:
No matter what I try, I can't automate:
openssl genrsa -des3 -out server.key 1024
I have tried:
TPHRASE=somekey openssl genrsa -des3 -out server.key 1024 <<GENPSK $TPHRASE $TPHRASE GENPSK
TPHRASE=somekey openssl genrsa -passout stdin -des3 -out server.key 1024 <<'GENPSK' $TPHRASE GENPSK The passphrase is for the output file, which I found in the "usage" of the genrsa call. HTH, -dnh -- Subtlety is the art of saying what you think and getting out of the way before it is understood. -- BSD fortune file -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org