mac verify failure using Node with ssl certificate

后端 未结 1 812
Happy的楠姐
Happy的楠姐 2021-02-20 05:35

as specified in the Node api doc I tried the first one with a self created and signed cert using openssl. Everything was going fine except the fact that the couldn\'t test the c

1条回答
  •  暖寄归人
    2021-02-20 05:55

    well in the pfx case you should add the option

    passphrase: 'password'
    

    0 讨论(0)
提交回复
热议问题