Skip to content

Instantly share code, notes, and snippets.

@yc-codes
Created October 23, 2020 01:53
Show Gist options
  • Save yc-codes/6cfead12a7d2ed6ec522df84618fc061 to your computer and use it in GitHub Desktop.
Save yc-codes/6cfead12a7d2ed6ec522df84618fc061 to your computer and use it in GitHub Desktop.
Certbot's wildcard certificate for a domain
certbot certonly --manual --manual-public-ip-logging-ok --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory -d *.domain.com -d domain.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment