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

  • 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

 

posted @ 2016-04-22 16:19  懒懒初阳  阅读(1498)  评论(0编辑  收藏  举报