Created
April 1, 2019 09:36
-
-
Save alces/e75a14e867d44c75129fdfa8dfa4596b to your computer and use it in GitHub Desktop.
Provide SSL client authentication via curl command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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