Notes pour l’installation de certbot
sudo wget https://dl.eff.org/certbot-auto sudo chmod a+x certbot-auto
Installer un certificat, basé sur les virtualhosts d’apache
sudo certbot-auto
Renouvellement + redémarrage apache
sudo certbot-auto renew --renew-hook "service apache2 reload"