Heinz
Sent: Friday, January 07, 2011 9:18 AM
To: puppet-users@googlegroups.com
Subject: Re: [Puppet Users] Certificate / Private Key Mismatch
On Thu, Jan 6, 2011 at 1:33 PM, wrote:
> This process seemed to work as far as keys go. However, when I
>restarted the puppetd client now I get a m
On Thu, Jan 6, 2011 at 1:33 PM, wrote:
> 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
> w
On Thu, Jan 6, 2011 at 12:48 PM, Daniel Pittman wrote:
> A better way to do this is to use the Puppet CA application:
>
> ] puppet cert --clean $1 # $1 is the node name, as before
>
> (on older releases, puppetca --clean)
>
> That does pretty much the same thing, but does the right locking and
>
?
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
On Thu, Jan 6, 2011 at 08:29, Adam Heinz wrote:
> 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/
] 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/pup
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 /
Hi,
When I start puppetd on my client machine I get this message in /var/
log/messages:
Parsing /etc/puppet/puppet.conf
reopening log files
could not request certificate; retrieved certificate does not match
private key;
Please remove certificate from server and regenerate it with current
key