Saturday, January 6, 2018

Convert cacert to pem


Run below command and enter  default password.
keytool -list -rfc -keystore cacerts > cacerts.pem

No comments:

curl and cacert

curl -v --cacert cacert.pem https://www.example/cgi-bin/f ile.xgi -I -X POST