Last active
February 7, 2020 02:47
-
-
Save simplesessions/5a4148376305f5c4bb3acb529492a616 to your computer and use it in GitHub Desktop.
Certbot SSL
This file contains 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
#ref: https://serverfault.com/questions/750902/how-to-use-lets-encrypt-dns-challenge-validation | |
sudo certbot -d domain --manual --agree-tos --preferred-challenges dns certonly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment