toggle menu

Certbot installation for free SSL over domain

Dhananjay Kumar |20 Aug at 09:08

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

Posted:

20 Aug at 09:08

Viewed:

1937 times

Active:

20 Aug at 01:08