gpt4 book ai didi

node.js - Node JS 14 : Using a SSL CA Bundle

转载 作者:行者123 更新时间:2023-12-04 22:37:50 24 4
gpt4 key购买 nike

我目前正在尝试将 CA Bundle 与 NodeJS 14.0 一起使用。我一直在使用 Namecheap 的 article作为实现此功能的指南。我目前被困在几件事上:

  • 对于ca https.createServer() 的参数,允许传入哪些文件格式?
  • 如何检查 CA 捆绑包是否实际被使用?
  • 最佳答案

    对于 https.createServer() 的 ca 参数,允许传入哪些文件格式?
    来自 NodeJS tls.createSecureContext :

    Any string or Buffer can contain multiple PEM CAs concatenated together


    不过,通常 NodeJS 使用 PEM 格式。
    如何检查 CA 捆绑包是否实际被使用?
    您可以使用未经您的 CA 签名的证书,例如自签名证书。

    关于node.js - Node JS 14 : Using a SSL CA Bundle,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63143236/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com