Yang Wang wrote:
> Hi,
> 
> I am looking for a solution to add X509v3 Subject Alternative Name into the
> cert with openssl. The subject Alternative Name I need to add is in the
> format of
> 
> Other Name:
> Principal [EMAIL PROTECTED]
> 
> Can any one show me how to achieve it? I really appreciate your help.
> 
As found at:

http://weblog.elwing.org/elwing/index.php/2004/12/10/using-openssl-to-put-a-microsoft-upn-in-a-certificate/

I think what you are looking for is:

subjectAltName=otherName:1.3.6.1.4.1.311.20.2.3;UTF8:[EMAIL PROTECTED]

Hope that helps.

Patrick.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to