Revoke certificate at Centos server

After I install server cert. i want to revoke (remove cert or revoked certificate ) how can i do that

There is a “letsencrypt revoke” (or now probably “certbot revoke”) command, but it’s only necessary if you think your private key has been compromised. If not, simply stop using the cert–remove it from your server configuration files. If you really want to, you can delete the cert files from /etc/letsencrypt/archive and /etc/letsencrypt/live.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.