TLS with certbot

Posted by Just Do It ! 행동하지 않으면 성공도 실패도 없다 on Tuesday, June 30, 2020

TLS

Let’s Encrypted

certbot

certbot 설치

PIP로 설치

Package Management로 설치

Enable the universe repository

sudo apt-get install software-properties-common
sudo add-apt-repository universe
sudo apt-get update

Install certbot

sudo apt install certbot
certbot certonly --manual \
--preferred-challengers=dns \
--email jupil.hwang@gmail.com \
--server https://acme-v02.api.letsencrypt.org/directory \
--agress-tos \
-d *.harbor.lgvmw01.local