Skip to content

Instantly share code, notes, and snippets.

@csamsel
Last active March 14, 2018 12:43
Show Gist options
  • Save csamsel/2ac8cf19a56a1f357f36de90132e5c33 to your computer and use it in GitHub Desktop.
Save csamsel/2ac8cf19a56a1f357f36de90132e5c33 to your computer and use it in GitHub Desktop.
certbot command to request wildcard certificate, requires certbot => 0.22.0
certbot certonly --manual --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory -d *.domain.tld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment