当前位置:Gxlcms > PHP教程 > php在liunx上pfx如何转成pem

php在liunx上pfx如何转成pem

时间:2021-07-01 10:21:17 帮助过:10人阅读

php 在liunx下 pfx怎么转成pem?
php 在liunx下 pfx怎么转成pem?

------解决方案--------------------
openssl命令可以
$openssl pkcs12 -in input.pfx -out output.pem
------解决方案--------------------
权限够的话当然可以...

探讨

引用:
openssl命令可以
$openssl pkcs12 -in input.pfx -out output.pem


能否用php外部命令调用openssl

人气教程排行