iOS:Covert p12 back to CSR

 2023-09-05 阅读 14 评论 0

摘要:2019独角兽企业重金招聘Python工程师标准>>> Run the following openssl command to convert your password-protected p12 file to a pem. openssl will prompt for a password. openssl pkcs12 -in your-newly-exported-p12-file.p12 -out your-newly-exported-p1

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

Run the following openssl command to convert your password-protected p12 file to a pem. openssl will prompt for a password.

openssl pkcs12 -in your-newly-exported-p12-file.p12 -out your-newly-exported-p12-file-as-a-pem.pem -nodes

Run the following command on your pem file to generate the csr.

openssl req -new -key your-newly-exported-p12-file-as-a-pem.pem -out your-csr-to-submit-to-apple.csr

转载于:https://my.oschina.net/javaTechLover/blog/375528

版权声明:本站所有资料均为网友推荐收集整理而来,仅供学习和研究交流使用。

原文链接:https://hbdhgg.com/1/1572.html

发表评论:

本站为非赢利网站,部分文章来源或改编自互联网及其他公众平台,主要目的在于分享信息,版权归原作者所有,内容仅供读者参考,如有侵权请联系我们删除!

Copyright © 2022 匯編語言學習筆記 Inc. 保留所有权利。

底部版权信息