Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发通行证文件创建应用程序。创建了一个通行证文件,将其附加到邮件中,在安装了 ios6 的 iphone 4s 中打开它。通行证已正确打开,但未显示添加到存折选项。关于需要做什么的任何线索?
我成功地将附加的通行证添加到通行证应用程序。签署命令有问题。使用以下一个,它工作得很好。(以前缺少 WWDR.pem)。
openssl smime -binary -sign -certfile WWDR.pem -signer passcertificate.pem -inkey passkey.pem -in manifest.json -out signature -outform DER -passin pass:12345