use this command:

openssl req -config openssl.cnf -new -out xxx.csr
openssl rsa -in privkey.pem -out xxx.key
openssl x509 -in xxx.csr -out xxx.cert -req -signkey xxx.key -days 365
openssl x509 -in xxx.cert -out xxx.der.crt -outform DER

cy user a écrit:
I need to create new certificate's for my apache server. I'm a little confused on how to do this. Does anyone have a good link they can tell me or anything.

Thanks
Rob
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to