curl crt

curl -k https:/www.test.com -v –-key key.pem –-cacert ca.pem –-cert client.pem

-k allows insecure connections,makes everything here insecure
原文地址:https://www.cnblogs.com/Searchor/p/13711558.html