this function does not yet return SANs (subject alternative names) fields for UC certificates like those used in exchange 2007.
openssl_csr_get_subject
(PHP 5 >= 5.2.0)
openssl_csr_get_subject — Returns the subject of a CERT
Description
Warning
This function is currently not documented; only its argument list is available.
openssl_csr_get_subject
mikko koivu
21-Jul-2010 06:10
21-Jul-2010 06:10
stephan[at]strato-rz[dot]de
21-Jan-2009 10:13
21-Jan-2009 10:13
The returning assoziative array is indexed with the fields
in the subject so you should have a array key named CN,OU and so on.
