i am using ubuntu and the following command genpkey isn't available ?

openssl rand 1024 > seed
openssl dhparam -rand seed 1024 > param.pem
openssl genpkey -cipher des3 -paramfile param.pem > key.pem
openssl req -new -x509 -key key.pem > ca.pem
rm seed
rm param.pem
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to