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_get_subject> <openssl_csr_export
Last updated: Fri, 14 Aug 2009

view this page in

openssl_csr_get_public_key

(PHP 5 >= 5.2.0)

openssl_csr_get_public_keyRetourne la clé publique d'un CERT

Description

resource openssl_csr_get_public_key ( 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_public_key
php at siemenroorda dot nl
29-Sep-2009 02:44
Function openssl_pkey_get_details can read this resource. Try:

<?php
  print_r
(openssl_pkey_get_details(openssl_csr_get_public_key($csr)));
?>

openssl_csr_get_subject> <openssl_csr_export
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites