当前位置: 代码迷 >> PHP >> php 在liunx上 pfx如何转成pem
  详细解决方案

php 在liunx上 pfx如何转成pem

热度:223   发布时间:2012-09-10 11:02:32.0
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