Skip to content

Instantly share code, notes, and snippets.

@jwv
Last active November 13, 2020 11:42
Show Gist options
  • Select an option

  • Save jwv/ceffa966746fcd153ea824ac149fccf8 to your computer and use it in GitHub Desktop.

Select an option

Save jwv/ceffa966746fcd153ea824ac149fccf8 to your computer and use it in GitHub Desktop.
Certbot Manual DNS
# Method 1
certbot certonly --manual --preferred-challenges dns --server https://acme-v02.api.letsencrypt.org/directory --manual-public-ip-logging-ok -d '*.<ypurdomain>' -d '<ypurdomain>'
# Method 2
certbot -d example.com --manual --preferred-challenges dns certonly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment