Convert .p12 file to .pem using Terminal app in Mac “No such file or directory” error?

大城市里の小女人 提交于 2019-12-02 17:18:38
Maffo

Type in:

cd /Users/creagx/Desktop/A (Space between cd and Slash: cd[SPACE]/Users/creagx/Desktop/A

if there is a Folder named "A" on your Desktop where the p12 files are in.

Then go on with the other Commands

openssl pkcs12 -in apns-dev-cert.p12 -out apns-dev-cert.pem -nodes -clcerts

openssl pkcs12 -clcerts -nokeys -out apns-dev-cert.pem -in apns-dev-cert.p12

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!