On Friday, February 20, 2015 at 2:41:10 AM UTC-6, Tejas Gadaria wrote: > > Hi Peter, > > Thanks for reply, > After this while trying to run "puppet agent --test" on agent > > Error: Could not request certificate: The certificate retrieved from the > master > does not match the agent's private key. > Certificate fingerprint: > D1:0A:9A:B6:48:1F:04:A1:CF:32:0F:0B:7D:8A:40:3C:58:F9: > 6:4B:6A:CC:59:0F:ED:8F:85:1B:BD:C0:86:79 > To fix this, remove the certificate from both the master and the agent and > then > start a puppet run, which will automatically regenerate a certficate. > On the master: > puppet cert clean dtw-nnagarjuna.palyam.zeomega.loc > On the agent: > 1a. On most platforms: find C:/ProgramData/PuppetLabs/puppet/etc/ssl > -name dt > -nnagarjuna.palyam.zeomega.loc.pem -delete > 1b. On Windows: del > "C:/ProgramData/PuppetLabs/puppet/etc/ssl/dtw-nnagarjuna. > alyam.zeomega.loc.pem" /f > 2. puppet agent -t > >
The advice right there in the error message is good. Did you try doing that? John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/22ffe264-af6a-41df-861a-f62e6bb40745%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
