Hey,

This is not really a mod_ssl, but more of a php question.

Maybe this will help?

http://nl2.php.net/manual/en/function.shell-exec.php

Met vriendelijke groet,
Jaap van Strien

Op 29-mrt-07 om 12:49 heeft Albert Czarnecki het volgende geschreven:

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]



______________________________________________________________________
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