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

我使用iPhone配置实用程序创建了配置文件。 我想使用我自己的SSL证书签署和加密配置文件。

我可以使用以下命令成功签署配置文件

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

但我不知道如何使用openssl命令加密配置文件。 我是否需要在上述命令中添加任何额外的参数来加密iphone配置文件?

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

上一篇: How can i encrypt and sign iphone configuration files using openssl command?

下一篇: Creating p12 iOS developer certificate on Windows