Re: Special character in CA name

2011-12-15 Thread gkout
Sorry Ronald I don't follow... ronald braswell-2 wrote: > > How do we get to your place? > > > > On Tue, Dec 13, 2011 at 4:35 PM, gkout wrote: > >> >> Hello again, >> >> This time I have an issue with a special character in the CA nam

Re: [openssl-users] Re: Special character in CA name

2011-12-15 Thread gkout
Hi Steve, oneline seems to do the job. Issuer: C = ES, O = xxx ESPAÑA, CN = xxx ESPAÑA-xx All that is left now is to feed this into apache using UTF-8 format. Another challenge :) Dr. Stephen Henson wrote: > > On Thu, Dec 15, 2011, gkout wrote: > >> >> Hi Erwann, &

Re: [openssl-users] Re: Special character in CA name

2011-12-15 Thread gkout
end the certificate you're testing? > > Le 15/12/2011 09:17, gkout a écrit : >> No joy... >> >> openssl x509 -text -noout -in blablabla.pem -nameopt -esc_msb >> outputs : ESPA%D1A > > -- > Erwann ABALEA >

Re: [openssl-users] Re: Special character in CA name

2011-12-15 Thread gkout
end the certificate you're testing? > > Le 15/12/2011 09:17, gkout a écrit : >> No joy... >> >> openssl x509 -text -noout -in blablabla.pem -nameopt -esc_msb >> outputs : ESPA%D1A > > -- > Erwann ABALEA >

Re: Special character in CA name

2011-12-15 Thread gkout
no > > - Original Message - > From: "gkout" > To: openssl-users@openssl.org > Sent: Tuesday, December 13, 2011 5:35:27 PM > Subject: Special character in CA name > > > Hello again, > > This time I have an issue with a special character

Re: [openssl-users] Re: Special character in CA name

2011-12-15 Thread gkout
> Let us know how you get on; I've had trouble with this, too... >> > >> > Lou Picciano >> > >> > >> >> *From: *"gkout" >> > *To: *openssl-users@openssl.org >

Special character in CA name

2011-12-14 Thread gkout
Hello again, This time I have an issue with a special character in the CA name which is converted by openssl. ESPA\xC3\x91A which should read "ESPAÑA" with an "Ñ". Any ideas on this? Thanks -- View this message in context: http://old.nabble.com/Special-character-in-CA-name-tp32958548p32958548

Re: CA chain file print text

2011-12-09 Thread gkout
Hi Steve, Yes that did the job. Fortunately I only have 3-4 CAs in the chain so the file size is relatively small. Thank you for the valuable tip. Cheers, George Dr. Stephen Henson wrote: > > On Thu, Dec 08, 2011, gkout wrote: > >> >> Hello everybody, >> &g

CA chain file print text

2011-12-08 Thread gkout
Hello everybody, Nice to find you. My first post in the forum is about printing the text of all CA cetificates in a chain file. openssl x509 -text -noout -in CA_chain_file will not do the job as it only prints the first cert in the chain and the rest seem to be ignored. Is this an openssl comma