Renew Certificate in VANR
======================
Step 1 :
sudo vim /etc/apache2/sites-enabled/000-default.conf
exchange – 80 and 443 port – make lm – 443 & cp – 80
Step 2:
sudo /etc/init.d/apache2 stop
sudo /etc/init.d/apache2 start
Step 3:
sudo certbot renew --dry-run
check if gives success then move ahead to next step.
Step 4:
sudo certbot renew
check success
Step 5 :
Revert Step 1
Step 6 :
Perform Step 2
That’s it.