Re: [Puppet Users] How to reject agent (node) certificate request

2013-12-06 Thread kaustubh chaudhari
Hi John and Patrick! I havent tried puppet cert revoke - i will try that and reproduce if the issue persists. Yes i have tried puppet node clean and puppet node deactivate, but the moment PuppetDB receives the request .. it update the facts and reports to the same. I do understand this is a no

Re: [Puppet Users] How to reject agent (node) certificate request

2013-12-06 Thread Patrick Ethier
Did you try the puppet node clean and puppet node deactivate functions? Pat On Fri, Dec 6, 2013 at 8:04 AM, Felix Frank wrote: > You can always throw away the CSR file manually, but that's obviously > less than ideal. > > If nobody pipes up with a correct answer, you may want to check Redmine

Re: [Puppet Users] How to reject agent (node) certificate request

2013-12-06 Thread Johan De Wit
Have you tried puppet cert revoke (see puppet help cert for the man page) hth Johan On 12/06/2013 02:04 PM, Felix Frank wrote: You can always throw away the CSR file manually, but that's obviously less than ideal. If nobody pipes up with a correct answer, you may want to check Redmine for

Re: [Puppet Users] How to reject agent (node) certificate request

2013-12-06 Thread Felix Frank
You can always throw away the CSR file manually, but that's obviously less than ideal. If nobody pipes up with a correct answer, you may want to check Redmine for an open feature request and vote on that, or open a new one if none can be found. Regards, Felix On 12/06/2013 01:46 PM, kaustubh cha

Re: [Puppet Users] How to reject agent (node) certificate request

2013-12-06 Thread kaustubh chaudhari
Hey Felix, Yes i have tried that! puppet cert clean will work only for the accepted CSR. The only way i see is to accept it and then clean it! But this is not right way to do it! -Kaustubh On Friday, December 6, 2013 5:45:54 AM UTC-5, Felix.Frank wrote: > > Hi, > > have you tried using pupp

Re: [Puppet Users] How to reject agent (node) certificate request

2013-12-06 Thread Felix Frank
Hi, have you tried using puppet cert clean for this as well? According to the docs, it removes all files. This would include the unwanted CSR. HTH, Felix On 12/04/2013 02:44 PM, kaustubh chaudhari wrote: > Hi, > > I am using open source puppet. > > How can i reject a certificate request gener

[Puppet Users] How to reject agent (node) certificate request

2013-12-04 Thread kaustubh chaudhari
Hi, I am using open source puppet. How can i reject a certificate request generated by agent on the master. I can see the cert request in : puppet cert list However i wish to reject the request so that next time i run the same command, i dont see the garbage(unwanted requests) I know this ca