Last active
May 21, 2018 20:02
-
-
Save otrenav/7d40efb7315214d5d356eb9a39240adf to your computer and use it in GitHub Desktop.
Let's Encrypt Certificates
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 --manual --preferred-challenges dns -d [DOMAIN] -d www.[DOMAIN] | |
sudo cat /etc/letsencrypt/live/[DOMAIN]/fullchain.pem | |
sudo cat /etc/letsencrypt/live/[DOMAIN]/privkey.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment