Skip to content

Instantly share code, notes, and snippets.

@dgrstl
Created May 18, 2016 16:40
Show Gist options
  • Save dgrstl/ff2ed84cbc998b1cd68d400c8b1da56e to your computer and use it in GitHub Desktop.
Save dgrstl/ff2ed84cbc998b1cd68d400c8b1da56e to your computer and use it in GitHub Desktop.
curl -k -X GET https://localhost:4433/rbac-api/v1/ds \
--cert /etc/puppetlabs/puppet/ssl/certs/master.inf.puppetlabs.demo.pem \
--key /etc/puppetlabs/puppet/ssl/private_keys/master.inf.puppetlabs.demo.pem \
--cacert /etc/puppetlabs/puppet/ssl/certs/ca.pem \
-H "Content-Type: application/json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment