Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ascorbic-acid/e34b77260d39cf525a837bd779b8dba2 to your computer and use it in GitHub Desktop.
Save ascorbic-acid/e34b77260d39cf525a837bd779b8dba2 to your computer and use it in GitHub Desktop.
certbot wildcard for multi domains
sudo certbot certonly --manual --preferred-challenges=dns-01 --email email@gmail.com --server https://acme-v02.api.letsencrypt.org/directory --agree-tos -d *.site1.com -d *.site2.net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment