Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save iamcryptoki/000a9cf17645e958989193e16790b49a to your computer and use it in GitHub Desktop.

Select an option

Save iamcryptoki/000a9cf17645e958989193e16790b49a to your computer and use it in GitHub Desktop.
Let's Encrypt (Certbot) Wildcard certificate.
certbot certonly --server https://acme-v02.api.letsencrypt.org/directory --manual --preferred-challenges dns -d '*.example.com' --email hello@example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment