downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

openssl_csr_new> <openssl_csr_get_public_key
[edit] Last updated: Fri, 25 May 2012

view this page in

openssl_csr_get_subject

(PHP 5 >= 5.2.0)

openssl_csr_get_subjectRetourne le sujet d'un CERT

Description

array openssl_csr_get_subject ( mixed $csr [, bool $use_shortnames = true ] )
Avertissement

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.



add a note add a note User Contributed Notes openssl_csr_get_subject
mikko koivu 21-Jul-2010 09:10
this function does not yet return SANs (subject alternative names) fields for UC certificates like those used in exchange 2007.
stephan[at]strato-rz[dot]de 21-Jan-2009 01: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.

 
show source | credits | sitemap | contact | advertising | mirror sites