parent
8d8eab655c
commit
306c0c6494
12
README.md
12
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue