« LETS ENCRYPT » : différence entre les versions

De TwisterWiki
Aucun résumé des modifications
Aucun résumé des modifications
 
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 13 : Ligne 13 :


* 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