How To Secure Erpnext (Nginx) with Let's Encrypt on Ubuntu
How To Secure Erpnext (Nginx) with Let’s Encrypt on Ubuntu
Step-1
sudo add-apt-repository ppa:certbot/certbot
Step-2
sudo apt install python3-certbot-nginx
Step-3
sudo certbot –nginx -d example.com -d www.example.com
#frappe #erpnext #letsEncrypt
ubuntu