mobileconfig签名证书制作说明

更新时间:2023-05-07 21:54:41 阅读: 评论:0

mobileconfig签名证书制作说明
⼀、企业证书签名:
1.钥匙串导出证书cer.p12和私钥vendor.p12
2.证书转pem、私钥转key
openssl pkcs12 -clcerts -nokeys -out cer.pem -in cer.p12
openssl pkcs12 -in vendor.p12 -nocerts -out vendor.key
会要求你输⼊3次密码:vendor.p12 的密码、vendor.key 的密码、vendor.key 的密码。
转换 WWCR 证书和苹果根证书为 pem 格式:
openssl x509 -inform der - -out intermediate.pem
openssl x509 -inform der - -out root.pem
在⽂本编辑器中打开两个解压出来的⽂件复制并且粘贴Intermediate.pem 到 root.pem的开始位置,保存,然后你的pem⽂件就是两个证书合并的结果
4.openssl smime -sign -bileconfig -out bileconfig -signer cer.pem -inkey vendor.key -certfile root.pem -outform der -nodetach
⼆、SSL⽹站证书签名:
1.后台提供SSL⽹站的证书(pem)和私钥(key)
2.准备信任根证书ca-bundle.pem
3.在⽂本编辑器中打开两个解压出来的⽂件复制并且粘贴pem到 ca-bundle.pem的开始位置,保存
4.openssl smime -sign -bileconfig -out bileconfig -pem -key -certfile ca-bundle.pem -outform der -nodetach
借鉴:

本文发布于:2023-05-07 21:54:41,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/89/867143.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:证书   签名   出来   解压   打开   开始   提供
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图