Outils pour utilisateurs

Outils du site


informatique:linux:certbot

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
informatique:linux:certbot [2016/07/20 14:08]
benoit créée
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
informatique/linux/certbot.1469016482.txt.gz · Dernière modification: 2018/09/06 19:00 (modification externe)