How to Install Free SSL Certificate with Let's Encrypt on Ubuntu 22.04 | Running NGINX

preview_player
Показать описание
In this video, we have an exciting tutorial for you. We'll be showing you how to install a free SSL certificate with Let's Encrypt on Ubuntu 22.04 using NGINX.

Commands

sudo apt install snapd

sudo snap install core; sudo snap refresh core

sudo snap install --classic certbot

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

sudo certbot renew --dry-run
Рекомендации по теме
Комментарии
Автор

Thank you <3, it worked 100%, and better than the officual documentation

amrtalaat
Автор

i used it for apache and it worked, thank you

natyt.
Автор

Getting error at nginx command that it isn't configured properly.
All of your instructions followed in both videos as "Install Wordpress on VPS" and this video.

muhammadzeeshanafzal