Skip to content

Instantly share code, notes, and snippets.

@stark525
Created December 3, 2014 02:21
Show Gist options
  • Save stark525/1b08bc17a9b39b2442c0 to your computer and use it in GitHub Desktop.
Save stark525/1b08bc17a9b39b2442c0 to your computer and use it in GitHub Desktop.
Create puppet directory for your keys and set permissions
chown -R puppet:puppet /var/lib/puppet/keys
chmod -R 0500 /var/lib/puppet/keys
chmod 0400 /var/lib/puppet/keys/*.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment