Created
April 8, 2021 06:42
-
-
Save ascorbic-acid/e34b77260d39cf525a837bd779b8dba2 to your computer and use it in GitHub Desktop.
certbot wildcard for multi domains
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo certbot certonly --manual --preferred-challenges=dns-01 --email [email protected] --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