Created
September 2, 2022 00:57
-
-
Save Steveorevo/e31b2b8e207c83625245e92049e49762 to your computer and use it in GitHub Desktop.
Wild card domain renewal using let’s encrypt
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 website.com \ | |
-d *.website.com \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment