How to secure Lighttpd with Let’s Encrypt TLS/SSL certificate on Debian/Ubuntu
In Debian or Ubuntu, you can secure a Lighttpd web server with a Let’s Encrypt TLS/SSL certificate using the certbot tool. Here are the steps you can follow: Start by installing certbot by running the following command: sudo apt-get install certbot -t stretch-backports Next, you will need to stop the Lighttpd service by running the … Read more