October 2018
Intermediate to advanced
590 pages
15h 5m
English
Installing NGINX on Amazon Linux is straightforward, with only one command:
sudo yum install nginx
Once NGINX is ready, let's install the SSL certificate with Let's Encrypt (https://letsencrypt.org). Hats off to the Let's Encrypt team! Before installing the SSL certificate, we need to make sure the taskagile.com domain points to the server. We will use Certbot (https://github.com/certbot/certbot) to automate the generated certificate by using the following command:
sudo yum install -y certbot python2-certbot-nginx
Once Certbot is installed, start the generating process with the following command and follow the instructions to finish the certificate generation:
sudo certbot
When you see a success message ...
Read now
Unlock full access