-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revoke of a Certificate #93
Comments
What is your scenario ? You delete certificate object from kubernetes and certificate in ADCS is still active ? |
Yes, after we removed the certificate item, we checked in the adcs and it was still present... |
The current version does not support revoking certificates.
|
Thanks, on the update, that option will be a great feature. I will try to look over the API of the adcs to see if can assist what needs to be done to revoke a certificate. |
So, from the link you shared it looks like it's possible. If the current implementation is using the COM interface. then you can use: ICertAdmin::RevokeCertificate COM interface to automate certificate https://learn.microsoft.com/en-us/windows/win32/api/certadm/nf-certadm-icertadmin-revokecertificate |
I don't remember if there is any location that holds the serial number of the created certificate, but it can be stored as annotation or in a field in the status. |
Here you have this field The current implementation uses https with ntlm support. |
Hi, I am currently implementing the adcs plugin with cert-manager, and I can't see any reference to revoking certificates when deleting the certificate item from the cluster.
The text was updated successfully, but these errors were encountered: