You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Issac Goldstand <ma...@beamartyr.net> on 2004/02/06 12:06:34 UTC

Re: [OT] Print X.509 certificate

Something like this should do the trick...

print `openssl x509 -text < CERTIFICATE.PEM`;

----- Original Message ----- 
From: "Manuel Gil Perez" <ma...@dif.um.es>
To: <mo...@perl.apache.org>
Sent: Friday, February 06, 2004 12:54 PM
Subject: Print X.509 certificate


> 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/maillist/modperl.html
> List etiquette: http://perl.apache.org/maillist/email-etiquette.html
> 

-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html