Releases: eforce21/letsencrypt-nginx-proxy
Releases · eforce21/letsencrypt-nginx-proxy
1.2.0
What is new?
- Latest versions of 'jwilder/nginx-proxy' and 'docker-gen' are used
- Bugfix to enable correct certifacte generation for multiple vHosts
- Use latest 'certbot' of Letsencrypt and workaround bug in Python dialog used by certbot
1.1.0
What is new?
- you can add labels to your containers to configure ssl support (
letsencrypt.nocert
or letsencrypt.cert
)
- you can add -e to this container to configure opt-in/opt-out settings with
LETSENCRYPT_OPT_IN
(opt-out is default)
1.0.2
What is new?
- updated docker-gen version (v0.5.0)
- docker-gen writes notify-output to stdout
- docker-compose pulls image from docker, does not build it anymore
- docker-compose is runnable from scratch (LETSENCRYPT_EMAIL without placeholder)
1.0.1
What is new?
- email for your ssl certificate is configurable via
LETSENCRYPT_EMAIL
environment variable now
- README should be nicer and better to read
1.0.0
- generates vHost and certificates for starting containers
- renews ssl certificats 10 days before expiration automatically
0.9.0-beta
- generates vHost config and SSL certificate from letsencrypt for nginx on container startup
still missing for production:
- certificate renewal via cronjob