Skip to content

Instantly share code, notes, and snippets.

@ricardoperovano
Last active May 16, 2021 19:24
Show Gist options
  • Save ricardoperovano/589c3cf13234b2d2972604afa395e046 to your computer and use it in GitHub Desktop.
Save ricardoperovano/589c3cf13234b2d2972604afa395e046 to your computer and use it in GitHub Desktop.
Wildcard setup certbot letsencrypt
certbot certonly --manual \
--preferred-challenges=dns \
--email [email protected] \
--server https://acme-v02.api.letsencrypt.org/directory \
--agree-tos \
--manual-public-ip-logging-ok \
-d "*.domain.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment