Hello,
I'm working with an appliance that requires v3 certificates.
When I create a self-signed cert using OpenSSL with the following
commands, the cert that results is v1.
I did not find any documentation (man page, openssl.org) on
generating SSL v3 certs with openssl.
Is there a way to force a self-signed cert to be of version 3?
Command I used to self-sign the csr:
openssl x509 -req -days 365 -in cert.csr -signkey cert.key -out
cert.crt
Thanks
Josh
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]