Let’s Encrypt renewal for Lighttpd

From: https://github.com/galeone/letsencrypt-lighttpd This script automatize the renewal process for certificates issued by Let’s Encrypt. Setup Let’s Encrypt on Lighttpd (for the first time) Long story short, run as root: certbot certonly –manual Follow the steps required for every domain (and subdomain) and then for every domain do: cd /etc/letsencrypt/live/yourdomain cat privkey.pem cert.pem > ssl.pem My…