To make sure you have a clean client and master knows nothing about it, (ssl-wise) do the following:
on master: puppetca --clean client.example.com on client: rm -r /var/lib/puppet/ssl puppetd --test back to master: puppetca --list (to check for the signing request from client) puppetca --sign client.example.com on client: puppetd --test and you shouldnt have any issues with ssl-connection. (if time/dns etc is correct). Nicolai Mollerup -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/Ssoxy6kT-f0J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
