Skip to content
This repository was archived by the owner on Jul 28, 2021. It is now read-only.

Releases: eforce21/letsencrypt-nginx-proxy

1.2.0

17 Jun 09:32
Compare
Choose a tag to compare

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

25 Feb 14:19
Compare
Choose a tag to compare

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

12 Feb 11:06
Compare
Choose a tag to compare

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

03 Feb 09:22
Compare
Choose a tag to compare

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

01 Feb 17:07
Compare
Choose a tag to compare
  • generates vHost and certificates for starting containers
  • renews ssl certificats 10 days before expiration automatically

0.9.0-beta

01 Feb 14:44
Compare
Choose a tag to compare
0.9.0-beta Pre-release
Pre-release
  • generates vHost config and SSL certificate from letsencrypt for nginx on container startup

still missing for production:

  • certificate renewal via cronjob