Home  >  Article  >  Backend Development  >  php 在liunx上 pfx如何转成pem

php 在liunx上 pfx如何转成pem

WBOY
WBOYOriginal
2016-06-13 13:16:351297browse

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
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn