我在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类型文件,所以工作正常。