lundi 17 juillet 2017

LAMP Jessie / Letsencrypt

echo 'deb http://http.debian.net/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list
apt-get update
apt-get install python-certbot-apache -t jessie-backports
certbot --apache

# A la mano
certbot --apache
certonly

# Renew (90j)
certbot renew --dry-run
certbot renew

Aucun commentaire: