$ sudo snap install --classic certbot
$ sudo certbot --apache -d hydrotek.solutions -d www.hydrotek.solutions
$ systemctl restart apache2
To test auto matic renewal setup or not:
sudo certbot renew --dry-run
---------------------------------------------------
If this error shows in ubuntu:
sudo apt-get update
sudo apt-get install python3-certbot-apache
sudo apt-get install python3-certbot-apache
sudo certbot --apache
systemctl restart apache2
No comments:
Post a Comment