Categories
certbot Nginx ssl

Adding SSL with Certbot

Note: This is primarily for me to remember doing these steps, If it benefits someone else then great =). In this example I will be listing out the steps to install SSL on https://crowdslike.com Step 1 We will need to SSH into our machine. In our case its an EC2 instance. ssh -i your.pem ec2-user@domain.com  Step 2 […]