Install Free SSL Certificate with Let's Encrypt on Ubuntu 22.04 LTS | NGINX Server | Latest 2023

preview_player
Показать описание
-In this video, I will guide you on how to install a free Let's Encrypt SSL certificate with Certbot for your website on Nginx web server | EC2 Linux Ubuntu 22.04 LTS operating system. #ssl #letsencrypt #ubuntu

Topics Covered:
- Install SSL certificates with Let's Encrypt

=========================================
Step 1 — Installing Certbot
sudo snap install core; sudo snap refresh core

Remove if ready installed
sudo apt remove certbot

sudo snap install --classic certbot
sudo ln -s /snap/bin/certbot /usr/bin/certbot

- Obtain certificate

Step 3 — Allowing HTTPS Through the Firewall
sudo ufw status

Step 5 — Verifying Certbot Auto-Renewal
sudo certbot renew --dry-run
============================================

if you like this video, please do subscribe now and press the bell icon to get latest video update from #CodeSagar

- How to Create EC2 Instance (Ubuntu 22.04) on AWS (Latest 2022) and Connect Via SSH using PEM.

- Install and configure Mysql 8.0.30 on Linux Ubuntu 22.04 LTS

#ubuntu
#wordpress
#ssl
#letsencrypt
#nginx
#wordpressinstallation
#php
#Installphp
#nginx
#configure
#mysql
#configration
#installation
#database
#linux
#aws
#ec2
#awscli
#awstraining
Рекомендации по теме
Комментарии
Автор

Thanks for this video, help me a lot!!

jonassouza
Автор

we getting error regarding DNS A reocrd missing etc, however we are using DDNS by no ip and have created CNAME pointing to DDNs

asadgulzarahmad
Автор

Hi. I followed your tutorial but after that. ican't access the site via https site can't be reached. I use google domains and add the ip as an A record to point it to the server ip. then loggedi n to ssh and follow your tutorial. but then when ever activate ssl, I always get cant be reached error when visiting site via https can you please help me ?

vbowhue
Автор

When I input the

sudo In -s /snap/bin/certbot /usr/bin/certbot
I get error messages saying

“sudo: In: command not found”

How do I fix this issue please help

Lilllerbrat
Автор

I've done all the steps, I can't enter the system now, what could be the reason?

onuryldrm
Автор

Do I need nginx for to use that? can I use a DNS from AWS? Thank you

ElielBloemer
Автор

sir ssl installation completed but getting 404 not found in my web page

tiupliy
Автор

ln: failed to create symbolic link '/usr/bin/certbot': Operation not permitted

JimmyC
Автор

Thanks bro for this tutorial. I find it difficult to assign SSL certificates to custom domains for my wordpress multisite, is there a solution to that?

MrNN_
Автор

getting error when run command sudo snap install core; sudo snap refresh core
error: system does not fully support snapd: cannot mount squashfs image using "squashfs": mount:
mount failed: Operation not permitted.

ahmedhaggag