Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
informatique:linux:certbot [2018/09/06 19:10] 127.0.0.1 modification externe |
informatique:linux:certbot [2024/06/28 14:59] (Version actuelle) benoit |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
===== Certbot ===== | ===== Certbot ===== | ||
+ | ==== installation ==== | ||
Sous Debian avec Apache. | Sous Debian avec Apache. | ||
Installation : | Installation : | ||
- | apt-get install certbot -t jessie-backports | + | apt-get install certbot |
apt-get install python-certbot-apache | apt-get install python-certbot-apache | ||
+ | |||
+ | ==== Générer un certificat ==== | ||
configuration (suivre l'assistant) | configuration (suivre l'assistant) | ||
Ligne 12: | Ligne 14: | ||
Pour renouveler : | Pour renouveler : | ||
certbot renew | 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 |