Created
September 2, 2016 13:51
-
-
Save ipedrazas/97bca02b360e7acf29f471811010e66d to your computer and use it in GitHub Desktop.
curl apiserver with certificates osx
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
openssl pkcs12 -export -out certificate.pfx -inkey apiserver-key.pem -in apiserver.pem -certfile ca.pem | |
(set `test` as password) | |
curl -v -k -E ./certificate.pfx:test https://172.17.4.101:443 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment