openssl pkcs12 -in test.pfx -out ca.pem -cacerts -nokeys
openssl pkcs12 -in test.pfx -out client.pem -clcerts -nokeys
openssl pkcs12 -in test.pfx -out key.pem -nocerts
curl -G -v --key key.pem --cacert ca.pem --cert client.pem:password --trace /tmp/debug
阅读(5046) | 评论(1) | 转发(0) |