Deleting the Certificate YAML
You can delete certificates from the inventory, if the user chooses to restrict and remove CLM operations on the designated certificate.
To delete a certificate:
- Go to menu > KUBE+ > CLUSTER SECURITY > Secure Apps.
- Select the designated certificate, regardless of whether it is in a Managed or Unmanaged state.
-
Click Delete on the menu bar.
Note:
-
You can delete the YAML configurations generated for enrolling/downloading a certificate to the Kubernetes secret or Pod from the Secure Apps Inventory.
-
Deleting the Certificate Enroll configuration from the inventory automatically deletes the deployed certificate on a secret. Users are recommended to manually cross check the deleted certificate from the respective secret or pod.
-
In addition to the above, users are encouraged to cross check the deleted Kubernetes resources created, such as "Cert" for Enroll and "CertLoad" for Download certificates. This step ensures a thorough cleanup of certificates deployed in the cluster. The commands to manually delete are:
-
For certificates enrolled via KUBE+:
kubectl delete Cert <cert-name> -n <namespace-name>.For certificates downloaded via KUBE+:
kubectl delete CertLoad <cert-name> -n <namespace-name>.
-
-