Authenticate using a client certificate and key.
Section: HTTP Auth and Security
Mutual TLS with client cert
bash
bash
curl --cert client.crt --key client.key https://mtls.example.comExplanation
Use mTLS when the server requires client certificates.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing HTTP Auth and Security