Skip to content

Instantly share code, notes, and snippets.

@stoshiya
Last active May 19, 2019 17:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stoshiya/e87885ed3b8988dc3b1d79c984590e6a to your computer and use it in GitHub Desktop.
Save stoshiya/e87885ed3b8988dc3b1d79c984590e6a to your computer and use it in GitHub Desktop.
Let's encrypt wildcard certificates
$ certbot certonly -d '*.saitoh.nu' -m toshiya@saitoh.nu \
--server https://acme-staging-v02.api.letsencrypt.org/directory \
--manual-public-ip-logging-ok \
--manual \
--preferred-challenges dns-01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment