Skip to content

Instantly share code, notes, and snippets.

@shwaydogg
Last active July 17, 2016 07:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shwaydogg/82119d1abaa224beaae5 to your computer and use it in GitHub Desktop.
Save shwaydogg/82119d1abaa224beaae5 to your computer and use it in GitHub Desktop.
LetsEncrypt for Modulus Standalone Cetificate only Process

SETUP (nothing new here, it's from the docs)

On another server you control:

$ git clone https://github.com/letsencrypt/letsencrypt

$ cd letsencrypt

$ ./letsencrypt-auto

##Generate SSL Cert:##

$ ./letsencrypt-auto certonly --standalone -d EXAMPLE.COM

To copy and paste into modulus admin:

[copy all including the "begin" and "end" headers]

$ cat /etc/letsencrypt/live/EXAMPLE.COM/privkey.pem

$ cat /etc/letsencrypt/live/EXAMPLE.COM/fullchain.pem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment