Short question -- how do I respond "no" to a client certificate request?
Long question --
Our puppet setup has been working fine. Suddenly, a misconfigured host makes a certificate request under the wrong name. The host has since been fixed and everything is fine, except that the `puppet cert list` command continues to show the outstanding incorrect request.
`puppet cert clean wronghostname` did not work. I get this error:
err: Could not call revoke: Could not find a serial number for wronghostname
Could not find a serial number for wronghostname
How do I tell puppet that I will never approve this request and it should stop asking?
↧