On Thu, Dec 01, 2011, 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?
> 

What do you mean by "friendly name": i.e. why do you want to add one and what
do you expect it to do?
        
There is a PKCS#12 attribute called friendlyName but adding this to a
certificate is non-standard.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to