MD5 Fingerprint

MD5 Fingerprint

am 29.03.2007 12:49:29 von Albert Czarnecki

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
;
?>


Albert
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: MD5 Fingerprint

am 29.03.2007 13:02:52 von Jaap

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
;
> ?>
>
>
> Albert
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
>
>

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: MD5 Fingerprint

am 29.03.2007 13:16:54 von Albert Czarnecki

jaap napisał(a):
> 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:
Hm I want to use a ssl variable like SSL_CLIENT_M_SERIAL no php=20
shell-exec funtion

It's possibly?

Albert

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org