Debian 9 : certbot & SSL
Installer certbot sur Debian 9 et déployer des certificats SSL
Une fois le serveur web en place Debian 9 LAMP, installer cerbot
.
Installation de Cerbot
Modification du dépot local.
root@debian~#: echo "deb http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/sources.list
Mise à jour des dépots locaux.
root@debian~#: apt update
Installation de cerbot
.
root@debian~#: apt install python-certbot-apache -t stretch-backports
Recharger la configuration de Apache2
.
root@debian~#: systemctl reload apache2
Générer un certificat
La gérération d’un certificat ce fait avec la commande cerbot
suivie d’une option longue qui est le type de serveur web, ici Apache.
root@debian~#: certbot --apache -d domain.eu -ddomain.eu
Vérification du renouvellement automatique
root@debian~#: certbot renew --dry-run
by Nicolas SHINEY | December 1, 2018 | No Comments | Système | Tags : configuration serveur web ssl