sysadmin
Install and Configure Nginx with Let's Encrypt in Debian Jessie Linux
Introduction This guide will show you how to install Nginx and setup a site with a free Lets Encrypt certificate in Debian Jessie Linux. Installing Nginx Make sure your repositories and server are up-to-date, you can do this by running: sudo apt -y update && sudo apt -y dist-upgrade