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.
我有一个带有安全密码的私钥。如何从中创建 .p12 文件?我试过命令 >openssl pkcs12 -export -inkey myprivatekey -out test.p12
>openssl pkcs12 -export -inkey myprivatekey -out test.p12
但什么都没有发生。如何生成它?
请参阅此处的 pkcs12 文档。我认为您还需要提及 certfile。在 PKCS #12 中,需要证书和私有。或者,您可以通过提供 CAfile 和 CApath 来包含证书链。