Skip to content

Instantly share code, notes, and snippets.

@UnluckyNinja
Created June 6, 2020 18:14
Show Gist options
  • Save UnluckyNinja/c4d191deaa02f208afaae7b73cd34e06 to your computer and use it in GitHub Desktop.
Save UnluckyNinja/c4d191deaa02f208afaae7b73cd34e06 to your computer and use it in GitHub Desktop.
Certbot
# 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