I am facing an SSL issue with the curlcommand. I want to reach an URL using my SSL client certificate and private key.
curl
This is my command:
$
If your certificate has a passphrase you should add it after the certificate name:
curl -k -v "https://myurl.com/" --cert ./certificate.pem:passphrase --key ./private.key