1

在命令行中,我可以成功地从我的 p7b 文件中提取所有 3 个证书:

openssl pkcs7 -in mscep.p7b -inform der -print_certs -outform PEM -out certfile.pem

有没有办法在 PHP 中也能做到这一点?我试图四处搜索,但只有 openssl_pkcs7_.... 处理加密和解密的函数。

基本上我需要从我从 MSCEP 返回的链中提取 CA 根证书

4

0 回答 0