How to Install LetsEncrypt SSL in AWS Ubuntu Server 2019

Published: 01 May 2019
on channel: AWS With Atiq
9,048
81

Affiliate Links:
🔥 Hidden24's VPN service provides you with a UK IP-address https://shareasale.com/r.cfm?b=106712...
🔥 Get a .COM for just $5.98! 👉 https://shareasale.com/r.cfm?b=178199...
🔒 Virtual private server https://shareasale.com/r.cfm?b=518810...
💻 Check out Grammarly! https://shareasale.com/r.cfm?b=241929...


How to Install LetsEncrypt SSL in AWS Ubuntu Server 2019

1. Create a new EC2 instance in AWS using Ubuntu image
2. Install Apache2 on Ubuntu
3. Create a virtual host for your domain in Apache2
4. Install mod ssl
5. download certbot-auto into your home directory
6. make it executable
7. Request for a certificate from letsencrypt

Commands
sudo apt update
sudo apt install apache2
sudo a2enmod ssl
sudo systemctl restart apache2

sudo vi /etc/apache2/sites-enabled/sitesnshops.com.conf
{ create a virtual host }

cd ~
sudo wget https://dl.eff.org/certbot-auto
sudo chmod a+x certbot-auto

sudo ~/certbot-auto --debug --apache certonly -d atiqur.sitesnshops.com

Set Auto-Renewal
sudo crontab -e

30 2 * * Sun /home/ec2-user/certbot-auto --debug renew

My affiliate products

SmartWatch https://amzn.to/36d1646

Wifi https://amzn.to/3ys6Kv5

DSLR https://amzn.to/3ys6XOT

Keyboard https://amzn.to/3jPj6t5

Magic Mouse https://amzn.to/2TG4mSP

MacBook Air with M1 Chip https://amzn.to/3Ayhs5f

AirPods https://amzn.to/3wkYVGe

Pixel 4a https://amzn.to/3hHmCTW


Connect with Me socially

LinkedIn:   / atiqur-rahman-hridoy  
Twitter:   / redoyrahman02  
Facebook:   / awswithatiq  
Email: [email protected]


Watch video How to Install LetsEncrypt SSL in AWS Ubuntu Server 2019 online without registration, duration hours minute second in high quality. This video was added by user AWS With Atiq 01 May 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 9,048 once and liked it 81 people.