OracleCloud

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

by 꽃지닷컴 posted Apr 17, 2023
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

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

 

sudo certbot --nginx -d example.com -d www.example.com

 

Step 3 — Allowing HTTPS Through the Firewall

sudo ufw status

 

Step 5 — Verifying Certbot Auto-Renewal

sudo systemctl status snap.certbot.renew.service

sudo certbot renew --dry-run

 

 

 

 

==========================================================================================================

 

 

https://www.linuxtrainingacademy.com/install-ssl-certificate-almalinux-nginx-lets-encrypt/

 

 

 

Who's 꽃지닷컴

profile

Respect yourself and others will respect you

- 창의적 사고를 하자!

- 소규모 웹사이트 제작 및 수정 (24시간 항시대기)