How to remove Let's Encrypt SSL Certificate from CentOS 7 - 8

Please follow the steps to remove the Let's Encrypt SSL Certificate:






First take a backup of letsencrypt directory under /etc -

sudo cp -r /etc/letsencrypt/ /etc/letsencrypt.backup 

I deleted the ‘no longer needed domains’ in the three folders…

rm -rf /etc/letsencrypt/live/${DOMAIN}
rm -rf /etc/letsencrypt/renewal/${DOMAIN}.conf
rm -rf /etc/letsencrypt/archive/${DOMAIN}

Popular posts from this blog

WordPress Themes and Plugins Installation Problem

How to SSH EC2 instance with ssh-agent along with SSH agent forwarding to SSH private instances in VPC?

How to deploy Java Springboot application in Ubuntu 16.04/18.04