Certbot, aws https setting with wildcard
sudo apt update && sudo apt install certbot
sudo certbot certonly --manual --preferred-challenges dns -d "*.{domain}" -d "{domain}" --server https://acme-v02.api.letsencrypt.org/directoryPlease deploy a DNS TXT record under the name
_acme-challenge.{domain} with the following value:
{요기 나오는 문자들!}
Before continuing, verify the record is deployed.nslookup -q=TXT _acme-challenge.{domain}sudo cat /etc/letsencrypt/live/{domain}/privkey.pem
sudo cat /etc/letsencrypt/live/{domain}/cert.pem
sudo cat /etc/letsencrypt/live/{domain}/chain.pemLast updated