Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kaisargaming/c105f5f050915661fd9999132898e44d to your computer and use it in GitHub Desktop.
Save kaisargaming/c105f5f050915661fd9999132898e44d 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 <[email protected]> --preferred-challenge dns-01 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment