19
2020
01

对于iPhone描述文件的签名认证之openssl终端命令代码

对于iPhone描述文件的签名认证

1.购买SSL证书验证(跟https认证一样)

2.iphone 签名.mobileconfig文件

company.mobileconfig 未签名的mobileconfig文件

server.crt 你的服务器SSL证书

server.key 您的私钥

ca-bundle.crt 你的根证书链

signed.mobileconfig 签名过的mobileconfig名字

3.终端签名命令

openssl smime -sign -in company.mobileconfig -out signed.mobileconfig -signer server.crt -inkey server.key -certfile ca-bundle.crt -outform der -nodetach


« 上一篇下一篇 »