Skip to content

Instantly share code, notes, and snippets.

@alces
Created April 1, 2019 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alces/e75a14e867d44c75129fdfa8dfa4596b to your computer and use it in GitHub Desktop.
Save alces/e75a14e867d44c75129fdfa8dfa4596b to your computer and use it in GitHub Desktop.
Provide SSL client authentication via curl command line
curl --cacert /path/to/ca-root.crt \
--cert /path/to/client.crt \
--key /path/to/client.key \
https://service.with.client.auth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment