Re: [Puppet Users] emulate "puppet cert clean" via API...

2014-04-25 Thread Ramin K
I did it by giving the application that revokes and deletes it's own cert to use and authorized it. I suspect delete might not be allowed by default. I wrote our method up here, https://ask.puppetlabs.com/question/3347/revoke-and-delete-cert-via-the-rest-api/ Ramin On 4/25/2014 2:09 PM, Mat

[Puppet Users] emulate "puppet cert clean" via API...

2014-04-25 Thread Matthew Nicholson
I'm looking to emulate "puppet cert clean " via the REST API... Up until now our puppet CA has lived on the same host as out cobbler installation, letting me have triggers in cobbler to clean certs when we rebuild hosts. its been VERY handy. Now we're splitting the two up, and I'm looking to do