Skip to content

Instantly share code, notes, and snippets.

@tek0011
Created July 29, 2015 18:09
Show Gist options
  • Save tek0011/b80fb0784ac8f5781375 to your computer and use it in GitHub Desktop.
Save tek0011/b80fb0784ac8f5781375 to your computer and use it in GitHub Desktop.
# allow access to the CA certificate; unauthenticated nodes need this
# in order to validate the puppet master's certificate
path /certificate/ca
auth any
method find
allow *
# allow nodes to retrieve the certificate they requested earlier
path /certificate/
auth any
method find
allow *
# allow nodes to request a new certificate
path /certificate_request
auth any
method find, save
allow *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment