Hi

I create certificate to my user, certificate name foo.p12 and I convert to foo.pem

In shell I get MD5 fingerprint from foo.pem like this command

openssl x509 -in usercert.pem -md5 -fingerprint -noout
MD5 Fingerprint=33:BC:00:BA:02:02:93:C0:C0:DC:96:D2:E7:00:9C:37

It's possible get this md5 fingerprint when user use this certificate in webrowser?

Serial I get uses php script and modssl variables SSL_CLIENT_M_SERIAL,but I don't see variables about md5 fingerprint

<?
$c= $_SERVER["SSL_CLIENT_M_SERIAL"];
echo "$c<br>;
?>


Albert
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      modssl-users@modssl.org
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to