Sous Debian avec Apache.
Installation :
apt-get install certbot apt-get install python-certbot-apache
configuration (suivre l'assistant)
certbot --apache
Pour renouveler :
certbot renew
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