Puppet Agent still able to connect to Master after certificate revocation
- by chris
In summary:
Client connects for the first time and requests cert;
on the Master, puppetca -s client is executed;
Client gets the cert and completes the run successfully.
Fine. But now:
on the Master, puppetca -c client is executed and client's cert is not in the cert list anymore;
Client connects again and can perform the run as usual;
Restarting puppetmasterd doesn't solve the issue.
How can I prevent client to connect once its cert has been revoked?
Thanks in advance