Last active
May 16, 2021 19:24
-
-
Save ricardoperovano/589c3cf13234b2d2972604afa395e046 to your computer and use it in GitHub Desktop.
Wildcard setup certbot letsencrypt
This file contains hidden or 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
| certbot certonly --manual \ | |
| --preferred-challenges=dns \ | |
| --email [email protected] \ | |
| --server https://acme-v02.api.letsencrypt.org/directory \ | |
| --agree-tos \ | |
| --manual-public-ip-logging-ok \ | |
| -d "*.domain.com" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment