Skip to content

Instantly share code, notes, and snippets.

@tajidyakub
Created August 1, 2018 00:52
Show Gist options
  • Save tajidyakub/7c56f35d76147945d6893386331821c1 to your computer and use it in GitHub Desktop.
Save tajidyakub/7c56f35d76147945d6893386331821c1 to your computer and use it in GitHub Desktop.
Obtaining let's encrypt certificate using dns as the preferred challenge
$ certbot certonly --manual --cert-name <cert-name> -d <host.domain.name> --agree-tos -m <name@email.com> --preferred-challenge dns-01 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment