October 24, 2021 15:16
Setup
sudo apt-get install certbot python-certbot-apache
sudo certbot certonly --apache
- If
403 Forbidden
occures try runsudo chmod o+rx /var/lib/letsencrypt
- If
- Now update the apache conf file to use the new cert…
Renewal
…done automatically…