SSL Installation Error

Hi,

i am trying to install ssl, i but got error and now erpnext is also not working,
please help.

below command i used to install, i replaced the domain with an example.
sudo -H bench setup lets-encrypt erp.example.com

error i got.

Skipping bootstrap because certbot-auto is deprecated on this system.
Your system is not supported by certbot-auto anymore.
Certbot cannot be installed.
Please visit https://certbot.eff.org/ to check for other alternatives.

also now when i do sudo service nginx reload
it says nginx.service is not active, cannot reload.

Getting below error when trying to start nginx. sudo service nginx start

Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.

Hi @shahid,
I had the same issues in older versions of v13-beta before. Which version are you running right now?

Have a look into Bench lets-encrypt setup failing - #7 by JeansReal. At that time, the workaround with approach #2 did the trick for me.

In addition, have a look into certbot-auto deprecated · Issue #1105 · frappe/bench · GitHub, please.

Thank you so much @Patrick.St