PHP查看SSL證書信息

<?

$str = file_get_contents('2.cer');
print_r(openssl_x509_parse($str));

 ?>

 

證書須要使用base64編碼的方式cer證書。編碼

 

 

相關文章
相關標籤/搜索