Get Your "Let's Encrypt" SSL Certificates (Discontinued)
Go to file
Han Dai 898fa70665 Merge pull request #5 from m31271n/master
Add 'Deprecated' into README.md
2016-09-12 07:34:17 +08:00
certs add certs directory 2015-12-22 10:26:39 +09:00
.gitignore Add .gitignore to prevent publishing account.key 2015-12-28 08:47:55 -05:00
LICENSE First Commit 2015-12-06 13:47:49 +08:00
README.md Add 'Deprecated' into README.md 2016-09-11 19:00:06 +08:00
acme_tiny.py First Commit 2015-12-06 13:47:49 +08:00
cert.sh ISRG Root X1 is not yet trusted in most browsers, so use replace it with X3 2016-03-29 14:56:34 +08:00
docker-compose.yml First Commit 2015-12-06 13:47:49 +08:00
nginx.conf First Commit 2015-12-06 13:47:49 +08:00

README.md

Docker-LetsEncrypt (Deprecated)

Easily get your "Let's Encrypt" SSL Certificates

PLEASE READ THE SOURCE CODE! YOU MUST TRUST IT WITH YOUR PRIVATE KEYS!

How to use this script

You must have docker-compose installed first. Then follow the steps below.

Step 1: Create a Let's Encrypt account private key (if you haven't already)

You must have a public key registered with Let's Encrypt and sign your requests with the corresponding private key. If you don't understand what I just said, this script likely isn't for you! Please use the official Let's Encrypt client.

openssl genrsa 4096 > account.key

Step 2: Copy account.key to docker-letsencrypt/

You know how to do it. :)

Step 3: Create Your key and Cert

sh cert.sh

Then type your domain and press Enter.

Wait for a moment, and you can find your key and cert in docker-lesencrypt/certs/ ####Have fun :)