How to remove ssl in centos and cyberpanel

How to remove ssl in centos and cyberpanel

5,840

Sometimes you need to remove default self signed certificate generated by CyberPanel for any reason, today we will learn simplest way to remove your desire SSL from your domain name.

All you have to do is:

1. connect to your SSH

2. Type command below (don't forget to replace your domain name)

rm -rf /etc/letsencrypt/live/example.com

3. Hit enter

That's it :)

- Last updated 3 years ago

Be the first to leave a comment.

You must login to leave a comment