LETS ENCRYPT
De TwisterWiki
- 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