Created
August 14, 2018 14:09
-
-
Save justinhartman/b5dc1253ec4affab3d15faa6adbc5619 to your computer and use it in GitHub Desktop.
Create Let's Encrypt SSL with certbot using DNS as the preferred challenge method
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
sudo certbot certonly \ | |
--agree-tos \ | |
-m [email protected] \ | |
--manual \ | |
--preferred-challenges dns \ | |
-d justinhartman.blog \ | |
-d www.justinhartman.blog |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment