# using p12 store curl --cert-type p12 --cert client-cert.p12: --cacert cacert-containing-intermediate-and-root.txt https://hostname:1234/secure # using openssl files curl --cert certificate.cer --key private.key --cacert cacert-containing-intermediate-and-root.txt https://hostname:1234/secure