Skip to content

Instantly share code, notes, and snippets.

@kbruner
Created November 28, 2020 07:52
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 kbruner/882b321f8fb66cfc5f40eff621046aed to your computer and use it in GitHub Desktop.
Save kbruner/882b321f8fb66cfc5f40eff621046aed to your computer and use it in GitHub Desktop.
napalm@nucklehead:~/git/freebernetes/harder-way/certs $ curl --cacert ca.pem https://10.50.0.1:6443/version
{
"major": "1",
"minor": "18",
"gitVersion": "v1.18.6",
"gitCommit": "dff82dc0de47299ab66c83c626e08b245ab19037",
"gitTreeState": "clean",
"buildDate": "2020-07-15T16:51:04Z",
"goVersion": "go1.13.9",
"compiler": "gc",
"platform": "linux/amd64"
}napalm@nucklehead:~/git/freebernetes/harder-way/certs $curl --cacert ca.pem https://kubernetes.something.local:6443/version
{
"major": "1",
"minor": "18",
"gitVersion": "v1.18.6",
"gitCommit": "dff82dc0de47299ab66c83c626e08b245ab19037",
"gitTreeState": "clean",
"buildDate": "2020-07-15T16:51:04Z",
"goVersion": "go1.13.9",
"compiler": "gc",
"platform": "linux/amd64"
}napalm@nucklehead:~/git/freebernetes/harder-way/certs $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment