PHP下读取pfx中的私钥证书

2022/02/15 21:49 下午 posted in  碎碎嘴
    $filePath = 'at2.pfx';
    pkcs12 = file_get_contents($filePath);
    openssl_pkcs12_read($pkcs12, $certs, 'pfx证书的密码');
    $certs; // 中存放就是私钥和证书