On Mon, Feb 20, 2012 at 9:50 PM, Digital Ninja <[email protected]>wrote:
> I have the puppet master set up to auto sign them. I did a puppetca -- > clean FQDN and tried to readd it but I get the same issue. > > If you clean the cert on the server side, then you need to blow away the $ssldir on the client side too. On a test client, run `puppet config print ssldir` to get the path where the ssl information is being stored client-side. Remove that directory and then try running puppet agent -t again to concat the master and generate a csr. The master should auto-sign and you should be good. I would definitely encourage you to look towards using something other than Webrick in this situation. You also mentioned that the time on the master/agents WAS synced? It's not off by any significant amount? > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > 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. > > -- Gary Larizza Professional Services Engineer Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. 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.
