Created
September 29, 2021 23:33
-
-
Save maxcelos/03f91da095519724b739f2f545971544 to your computer and use it in GitHub Desktop.
How to create a wildcard ssl with Certbot
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
certbot certonly \ | |
--manual \ | |
--preferred-challenges=dns \ | |
--email [email protected] \ | |
--server https://acme-v02.api.letsencrypt.org/directory \ | |
--agree-tos \ | |
-d *.your-domain.com -d our-domain.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow instructions to add TXT record on your DNS manager platform
Auto renew is not possible to setup using this script