Created
June 6, 2020 18:14
-
-
Save UnluckyNinja/c4d191deaa02f208afaae7b73cd34e06 to your computer and use it in GitHub Desktop.
Certbot
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
# verify domain with dns-01 challenge | |
# and check setup with staging server first | |
certbot certonly --preferred-challenges dns --manual --dry-run | |
# then normal server and remember to update dns record | |
certbot certonly --preferred-challenges dns --manual |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment