Free SSL in AWS EC2 with NGINX by Let's Encrypt on Ubuntu server #ssl #letsencrypt #freessl



Free SSL in AWS EC2 with NGINX by Let's Encrypt on Ubuntu server #ssl #letsencrypt #freessl

Free SSL in AWS EC2 with NGINX by Let's Encrypt on Ubuntu server #ssl #letsencrypt #freessl

Free SSL in AWS EC2 with NGINX by Let’s Encrypt on Ubuntu server
In this I will describe how to install free ssl certificate on aws ec2 ubuntu nginx

apt update
apt upgrade -y
apt install nginx -y

sudo apt-get update
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install python-certbot-nginx
sudo certbot –nginx -d put_your_domain
Background Music https://www.youtube.com/watch?v=7dpppGGFkBU by eproves
#ssl #letsencrypt #freessl

Comments are closed.