Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In PHP, the openssl extension can be used the parse (among other things) the certificate supplied:

Code Block

openssl_x509_parse($_SERVER['SSL_CLIENT_CERT']));


Links

Anchor
1
1
http://www.php.net/manual/en/book.openssl.php

...