Created
January 29, 2020 03:26
-
-
Save gWOLF3/74c8ffd038d3edf3d30a8a818cdee405 to your computer and use it in GitHub Desktop.
IMO easiest https certificate generation with certbot command line, using TXT record
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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