Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. 1. On the master: `puppet cert clean <agent_certname>`
  2. 2. On the agent: `mv /etc/puppetlabs/puppet/ssl/ /etc/puppetlabs/puppet/ssl_bak`
  3. - Never do this if you are trying to regenerate the cert for the agent on the master. Instead you would need to delete specific certs
  4. 3. On the agent: `puppet agent -t`
  5. 4. On the master: `puppet cert sign <agent_certname>`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement