标签: node.js authentication https openssl pem
我希望在nodejs服务器中生成privatekey.pem和certificate.pem进行身份验证。我知道这些can be generated via OpenSSL然后保存到目录中,但我也发现pem可以按需生成密钥和证书。
privatekey.pem
certificate.pem
this question的答案表明,两者都很好,但更多的人更喜欢OpenSSL方式。
使用pem听起来会更容易,但有没有安全的原因我不应该以这种方式按需生成密钥和证书?