Connexion au serveur
Installation du client
sudo apt-get install certbot python-certbot-apache
Passer automatiquement mon serveur en https
sudo certbot --apache
Rentrez votre nom de domaine et choisir le choix 2 pour une redirection totale en https
Notre site est maintenant disponible en https
sudo certbot renew --dry-run
Tester le renouvellement automatique de certificat
Ressource web
https://certbot.eff.org/lets-encrypt/debianstretch-apache.html
By NicoHash