linux pfx证书使用
时间:2010-11-04 来源:zsr_shuren
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 https://URL --trace /tmp/debug
相关阅读 更多 +