I had a look and couldn't see a place for it in openssl.cnf? Or at least nothing listed under name or friendly name or similar?
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Floodeenjr, Thomas Sent: 01 December 2011 20:33 To: openssl-users@openssl.org Subject: RE: Friendly name Wouldn't that be in your openssl.cnf file? Thomas Floodeen, Jr. Mentor Graphics BSD 720.494.1133 From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Hopkins, Nathan Sent: Thursday, December 01, 2011 1:25 PM To: openssl-users@openssl.org Subject: RE: Friendly name 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?