Re: Print X.509 certificate

2004-02-06 Thread Torsten Foertsch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 06 February 2004 11:54, Manuel Gil Perez wrote: > authentication). How can I print in the client web page his certificate > complete?? with SSLOptions +ExportCertData the client and the server cert are stored in pem format in the SSL_CLIEN

Re: Print X.509 certificate

2004-02-06 Thread Ged Haywood
Hello there, On Fri, 6 Feb 2004, Manuel Gil Perez wrote: > Excuse me for my question, but it's a dude for this mailing list. Please refer to Reporting bugs: http://perl.apache.org/bugs/ 73, Ged. -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/

Re: Print X.509 certificate

2004-02-06 Thread Manuel Gil Perez
Hi Ged, Excuse me for my question, but it's a dude for this mailing list. If you don't know to answer me, you don't look up any excuse, please. My question is about PERL + APACHE and how this module manage its web variables. It seems one question about mod_perl, no?? Now, I've the following PERL

Re: Print X.509 certificate

2004-02-06 Thread Ged Haywood
Hello there, On Fri, 6 Feb 2004, Manuel Gil Perez wrote: > I've install/configure an Apache server with SSL support (and client > authentication). How can I print in the client web page his certificate > complete?? This is the mod_perl Mailing List. Your question does not appear to be about mod

Re: [OT] Print X.509 certificate

2004-02-06 Thread Issac Goldstand
Something like this should do the trick... print `openssl x509 -text < CERTIFICATE.PEM`; - Original Message - From: "Manuel Gil Perez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 06, 2004 12:54 PM Subject: Print X.509 certificate &g

Print X.509 certificate

2004-02-06 Thread Manuel Gil Perez
Hi all, I've install/configure an Apache server with SSL support (and client authentication). How can I print in the client web page his certificate complete?? Thanks and regards, -- Manuel Gil Perez -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/ma