Update README.md

added links to letsencrypt
This commit is contained in:
Henri Dwyer 2015-11-22 14:50:20 -05:00
parent 8d8eab655c
commit 306c0c6494
1 changed files with 11 additions and 1 deletions

View File

@ -1,8 +1,10 @@
# docker-letsencrypt-cron
Create and automatically renew website certificates using letsencrypt CA.
Create and automatically renew website certificates using the letsencrypt free CA.
This image will renew your certificates every 2 months, and place the lastest ones in the /certs folder on the host.
Note: before letsencrypt becomes generally available, you will need to sign up for the private beta.
# Setup
In docker-compose.yml, change the environment variables:
@ -62,3 +64,11 @@ docker exec letsencrypt sh -c "/run_letsencrypt.sh"
```
At 3AM, on the 1st of every even month, a cron job will start the script, renewing your certificates.
# More information
Find out more about letsencrypt: https://letsencrypt.org
Sign up for the private beta: https://letsencrypt.org/2015/11/12/public-beta-timing.html
Letsencrypt github: https://github.com/letsencrypt/letsencrypt