« LETS ENCRYPT » : différence entre les versions

De TwisterWiki
(Page créée avec « * Installation de certbot apt-get install python-certbot-apache -t jessie-backports * génération certificat certbot certonly --rsa-key-size 4096 -d domain [-d domain... »)
 
Aucun résumé des modifications
 
(Une version intermédiaire par le même utilisateur non affichée)
Ligne 1 : Ligne 1 :
* Installation de certbot
* Installation de certbot
  apt-get install python-certbot-apache -t jessie-backports
  apt-get install python-certbot [python-certbot-apache|python-certbot-nginx] -t jessie-backports


* génération certificat
* génération certificat
Ligne 7 : Ligne 7 :


* Ou sont les certificats ?
* Ou sont les certificats ?
/etc/letsencrypt/live/domain/cert.pem
/etc/letsencrypt/live/domain/cert.pem
/etc/letsencrypt/live/domain/chain.pem (racine)
/etc/letsencrypt/live/domain/chain.pem (racine)
/etc/letsencrypt/live/domain/fullchain.pem (racine + certif)
/etc/letsencrypt/live/domain/fullchain.pem (racine + certif)
/etc/letsencrypt/live/domain/privkey.pem
/etc/letsencrypt/live/domain/privkey.pem


* renouvellement auto
* renouvellement auto
certbot renew

Dernière version du 29 novembre 2016 à 12:06

  • Installation de certbot
apt-get install python-certbot [python-certbot-apache|python-certbot-nginx] -t jessie-backports
  • génération certificat
certbot certonly --rsa-key-size 4096 -d domain [-d domain] [-d domain]
  • Ou sont les certificats ?
/etc/letsencrypt/live/domain/cert.pem
/etc/letsencrypt/live/domain/chain.pem (racine)
/etc/letsencrypt/live/domain/fullchain.pem (racine + certif)
/etc/letsencrypt/live/domain/privkey.pem
  • renouvellement auto
certbot renew