How can i encrypt and sign iphone configuration files using openssl command?

I have created configuration profile using iPhone Configuration Utility. I want to sign and encrypt configuration profiles using my own ssl certificate.

I could successfully sign configuration profiles using the below command

openssl smime -sign -in test_config.mobileconfig -out signed_test_config.mobileconfig -signer signing.crt -inkey signing.key -certfile CA.crt -inform der -outform der -nodetach

But i don't know how to encrypt the profile using openssl command. Do i need to add any extra parameters in the above command to encrypt iphone configuration profile?

链接地址: http://www.djcxy.com/p/63486.html

上一篇: 使用openssl smime加密一个大文件

下一篇: 我如何使用openssl命令加密和签署iphone配置文件?