===== Certbot ===== ==== installation ==== Sous Debian avec Apache. Installation : apt-get install certbot apt-get install python-certbot-apache ==== Générer un certificat ==== configuration (suivre l'assistant) certbot --apache Pour renouveler : certbot renew ==== Générer un certificat wildcard ==== Pour générer un certificat wildcard : certbot certonly --manual --preferred-challenges=dns --email user@domain.xyz --server https://acme-v02.api.letsencrypt.org/directory --agree-tos -d domain.xyz -d *.domain.xyz