RE: spam label, was Unable to create Version 3 certificates with subjectAltName using my own CA

2013-10-04 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Hum Brai > Sent: Friday, October 04, 2013 15:27 > To: openssl-users@openssl.org > Subject: *** Spam *** Re: *** Spam *** Unable to create Version 3 > certificates with subjectAltName using my own CA > > Oh, sorry my messag

Re: *** Spam *** Unable to create Version 3 certificates with subjectAltName using my own CA

2013-10-04 Thread Hum Brai
Oh, sorry my message got labeled as spam, is it because I pasted the conf? THANK YOU for replying anyway. Question: >> Summary: CSR has x509v3 extensions, certificate does not > >> I found on internet how we can make CSR (request) have subjectAltName, > (and verified) > >> PROBLEM is when take

Re: Unable to create Version 3 certificates with subjectAltName using my own CA

2013-10-04 Thread Hum Brai
Everything good now. Solution below. Thank to Dave very much. Summary: CSR has x509v3 extensions, certificate does not >>> I found on internet how we can make CSR (request) have subjectAltName, >>> (and verified) >>> PROBLEM is when take a request to make new user certificate, I ge

Re: *** Spam *** Unable to create Version 3 certificates with subjectAltName using my own CA

2013-10-04 Thread Hum Brai
On 10/4/13, Hum Brai wrote: > Oh, sorry my message got labeled as spam, is it because I pasted the > conf? THANK YOU for replying anyway. Question: > >>> Summary: CSR has x509v3 extensions, certificate does not >> >>> I found on internet how we can make CSR (request) have subjectAltName, >> (an

RE: *** Spam *** Unable to create Version 3 certificates with subjectAltName using my own CA

2013-10-04 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Hum Brai > Sent: Friday, October 04, 2013 12:00 > Summary: CSR has x509v3 extensions, certificate does not > I found on internet how we can make CSR (request) have subjectAltName, (and verified) > PROBLEM is when take a request to make new use

Unable to create Version 3 certificates with subjectAltName using my own CA

2013-10-04 Thread Hum Brai
Summary: CSR has x509v3 extensions, certificate does not Working with CentOS 6.2, openssl version: OpenSSL 1.0.0-fips 29 Mar 2010 I created my own CA certificate using: openssl req -new -x509 -days 365 -key host.example.com_CA.key -out host.example.com_CA.crt I found on internet how we can mak