< BACK TO BLOG

Let’s Encrypt generating Wildcard SSL certificate using Certbot

Published Thu Sep 15 2022



certbot certonly --manual \
  --preferred-challenges=dns \
  --email marcin@hotmail.com \
  --server https://acme-v02.api.letsencrypt.org/directory \
  --agree-tos \
  --manual-public-ip-logging-ok \
  -d “*.domain.com”

https://marcincuber.medium.com/lets-encrypt-generating-wildcard-ssl-certificate-using-certbot-ae1c9484c101




Subscribe to my Newsletter

Get the latest posts delivered right to your inbox