Skip to content

Instantly share code, notes, and snippets.

@gWOLF3
Created January 29, 2020 03:26
Show Gist options
  • Save gWOLF3/74c8ffd038d3edf3d30a8a818cdee405 to your computer and use it in GitHub Desktop.
Save gWOLF3/74c8ffd038d3edf3d30a8a818cdee405 to your computer and use it in GitHub Desktop.
IMO easiest https certificate generation with certbot command line, using TXT record
1. certbot -d <domain> --manual --preferred-challenges dns certonly
2. add TXT record
3. check with `dig <my-domain>` TXT
4. wait. once you see the record, continue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment