php利用OpenSSL写一个网站ssl证书到期检测接口 <?php function getSSLCertificateExpiry($domain) { // 连接到目标域名的443端口 $get = str...