Hello All,
I have find the solution with folllo below steps:
install ufw :sudo apt install ufw
sudo ufw enable
sudo ufw allow 22
Cerbot installtion :
Step 1: sudo add-apt-repository ppa:certbot/certbot
Step 2: sudo apt-get update
Step 3: sudo apt-get install python-certbot-nginx
sudo certbot --nginx -d example.com -d www.example.com
Thanks
- 0 like
- 0 comment