Certbot-auto + Nginx is there a way to remove the SSL?

Hello guys,

I know there’s a way to issue a certificate, like

/opt/certbot/certbot-auto --nginx --expand --agree-tos --email MYEMAIL@MYDOMAIN.COM --non-interactive -w /home/vhosts/mywebsite.com/public_html/ -d mywebsite.com

In that way I can issue a new certificate and automatically add it inside my NGINX .conf.

My question is: is there a way to ROLLBACK that? Remove the SSL, remove the NGINX config and make that website available only on :80 port instead of :443 ?

I’ve found many ways like --revoke and --delete, it works, but the 443 config line is not removed on nginx config…

Thank you!

hi @luizbossoi

of course - update your nginx config

certbot automates the configuration of nginx but you can always choose your configuration and maintain your nginx the way you see fit

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