ios webclip如何使用openssl签名,mobileconfig去除尚未验证的方法

打开苹果电脑的终端工具,切换到mobileconfig所在目录,把ssl证书也复制到这个目录下
然后使用下面这行命令给mobileconfig文件签名

openssl smime -sign -in app.mobileconfig -out app_signed.mobileconfig -signer ssl.pem -inkey ssl.key -certfile ssl.pem -outform der -nodetach

把红线圈出来的这些改成你自己的

openssl smime -sign -in 未签名的mobileconfig文件名 -out 签名后要生成的mobileconfig文件名 -signer ssl证书名称 -inkey sslkey名称 -certfile ssl证书名称 -outform der -nodetach

webclip使用openssl签名后,苹果手机下载时就会显示已验证

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: