On 12/1/2011 9:25 PM, Hopkins, Nathan wrote:
I’m using the below commands to create a ca …
openssl genrsa -des3 -out ca.key 2048
openssl req -new -x509 -key ca.key -out ca.crt -days 730
**
… please can you advise how I can add a “friendly name” to this cert?
**
The "Friendly name" is the extended attribute with OID 1.2.840.113549.1.9.20
I don't remember if openssl has a name for this attribute or if you will
have
to refer to the OID directly.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager majord...@openssl.org