【问题标题】:Conversion of SSL certificate from .pfx to .key将 SSL 证书从 .pfx 转换为 .key
【发布时间】:2017-03-29 13:55:58
【问题描述】:

-nodes在命令中将.pfx转为.pem有什么用?

我可以用吗

openssl pkcs12 -in keyStore.pfx -out keyStore.key -nodes

【问题讨论】:

标签: ssl openssl nodes format-conversion


【解决方案1】:

根据OpenSSL documentation

-nodes :根本不加密私钥。

是的,您可以使用此命令,但您要做什么?从标题中,我了解到您想将证书从 pfx 转换为 pem 格式,对吗?

【讨论】:

    猜你喜欢
    • 2010-10-07
    • 2010-10-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-12-14
    • 2012-04-15
    • 2019-12-21
    相关资源
    最近更新 更多