Skip to content

Instantly share code, notes, and snippets.

@dejurin
Created June 12, 2021 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dejurin/97803a919d36fc65472ba90b84216057 to your computer and use it in GitHub Desktop.
Save dejurin/97803a919d36fc65472ba90b84216057 to your computer and use it in GitHub Desktop.
letsencrypt wildcard
brew install certbot
certbot certonly --manual --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory --manual-public-ip-logging-ok -d '*.example.com' -d example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment