add README
This commit is contained in:
parent
68c171f1de
commit
41d9cdbc3c
27
README.md
Normal file
27
README.md
Normal file
@ -0,0 +1,27 @@
|
||||
# Docker-LetsEncrypt
|
||||
|
||||
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 need openssl, docker and docker-compose 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](https://github.com/letsencrypt/letsencrypt).
|
||||
|
||||
```
|
||||
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 you can find your key and cert in docker-lesencrypt/certs/
|
||||
####Have fun :)
|
Loading…
Reference in New Issue
Block a user