« 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
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

Version du 29 novembre 2016 à 11:52

  • 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] [-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