curl:(77)使用p12证书文件作为CA证书时出现错误设置证书验证位置错误

时间:2015-06-01 15:12:17

标签: openssl libcurl pkcs#12

我在debian linux中运行以下命令,但是我收到了错误

curl --cert  /home/debian/cert/new.p12:Password1 --cacert /home/debian/cert/cacert.p12  --capath /home/debian/cert/ --cert-type P12  https://192.168.10.2:443/example

curl: (77) error setting certificate verify locations:
  CAfile: /home/debian/cert/cacert.p12
  CApath: /home/debian/cert/

请让我知道curl将支持CA证书类型P12。因为我使用过PEM类型文件,所以工作正常。

0 个答案:

没有答案