Releases: JonasAlfredsson/docker-nginx-certbot
Releases · JonasAlfredsson/docker-nginx-certbot
v6.0.0
- Certbot updated two major versions (
2.11.0
->4.1.1
).- This is the main reason for making a major version bump for us.
- The scripts now handle nested folders in
user_conf.d/
. - It is now possible to have multiple credentials files for the same DNS authenticator.
v5.6.0
- Added gandi DNS authenticator.
- PR by @benedicteb
v5.5.0
v5.4.1
- Added infomaniak DNS authenticator.
- PR by @bcrickboom
v5.4.0
- Added hetzner DNS authenticator.
- PR by @protos-gunzinger
v5.3.0
- Added DuckDNS authenticator.
- PR by @emulatorchen
- Removed deprecated cloudxns authenticator.
- Changed from LegacyKeyValueFormat to the recommended format for
ENV
definitions.
v5.2.1
- Update certbot to v2.11.0.
v5.2.0
- Forward the
SIGUSR1
signal to Nginx to tell it to reopen log files.- PR by @fredrikekre
v5.1.1
- Update certbot to version 2.10.0
v5.1.0
- Add ability to change validity time of the local CA.
- This variable is not mentioned in the main README since it should not be used without reading the relevant advanced documentation.