Last active
October 19, 2016 08:08
-
-
Save savely-krasovsky/f68feb0a23c658c7553fb7cec468d368 to your computer and use it in GitHub Desktop.
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 apt-get update | |
sudo apt-get install -t jessie-backports letsencrypt | |
sudo letsencrypt certonly --standalone --email [email protected] -d example.com --rsa-key-size 4096 | |
sudo openssl dhparam -dsaparam -out /etc/letsencrypt/live/example.com/dhparam.pem 4096 | |
# '-dsaparam' key for very fast gen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment