Hi Adam, This process seemed to work as far as keys go. However, when I restarted the puppetd client now I get a message In the log that states: Starting puppet client version 2.6.4 Could not retrieve catalog from remote server; hostname was not a match with the server certificate. Any ideas?
Thanks, Mike -----Original Message----- From: puppet-users@googlegroups.com [mailto:puppet-us...@googlegroups.com] On Behalf Of michael.itc...@ocfl.net Sent: Thursday, January 06, 2011 11:35 AM To: puppet-users@googlegroups.com Subject: RE: [Puppet Users] Certificate / Private Key Mismatch Hi Adam, Thanks for the information. I will give this a try. Mike -----Original Message----- From: puppet-users@googlegroups.com [mailto:puppet-us...@googlegroups.com] On Behalf Of Adam Heinz Sent: Thursday, January 06, 2011 11:30 AM To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Certificate / Private Key Mismatch I get that message when I rebuild a server in place. Puppetmaster is complaining that the public key it expects for your node has changed. On your puppetmaster as root, do: find /var/lib/puppet/ssl/ -name $1.pem -delete sed '/$1/d' /var/lib/puppet/ssl/ca/inventory.txt > /tmp/inventory.txt mv -f /tmp/inventory.txt /var/lib/puppet/ssl/ca/inventory.txt where $1 is the fqdn of the node. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. _____________________________________________________________________ PLEASE NOTE: Florida has a very broad public records law (F. S. 119). All e-mails to and from County Officials are kept as a public record. Your e-mail communications, including your e-mail address may be disclosed to the public and media at any time. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. _____________________________________________________________________ PLEASE NOTE: Florida has a very broad public records law (F. S. 119). All e-mails to and from County Officials are kept as a public record. Your e-mail communications, including your e-mail address may be disclosed to the public and media at any time. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.