Return to Snippet

Revision: 21764
at December 20, 2009 12:09 by connordothu


Initial Code
$ccert = $_SERVER['SSL_CLIENT_CERT'];
$parsed = openssl_x509_parse($ccert);
var_dump($parsed);

Initial URL
http://blog.connor.hu/2009/12/20/ccert-based-auth-es-az-apache_getenv/

Initial Description


Initial Title
reading the subject of the client cert

Initial Tags
php

Initial Language
PHP