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

I am installing phpmyadmin on nginx server (LEMP) and running below Command getting issues :

sudo ln -s /usr/share/phpmyadmin /usr/share/nginx/html

Please any one help me...

  • 1 like
  • 1 comment

Dhanavi29 Mar at 06:03

I am getting the same issues, just change in path and run code
sudo ln -s /usr/share/phpmyadmin /var/www/html