File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ for the supported authenticators:
3838 - [ dns-ionos] [ 20 ]
3939 - [ dns-bunny] [ 21 ]
4040 - [ dns-duckdns] [ 22 ]
41+ - [ hetzner] [ 23 ]
4142
4243You will need to setup the authenticator file at
4344` /etc/letsencrypt/<authenticator provider>.ini ` , so for e.g. Cloudflare you
@@ -135,3 +136,4 @@ authenticators.
135136[ 20 ] : https://github.com/helgeerbe/certbot-dns-ionos
136137[ 21 ] : https://github.com/mwt/certbot-dns-bunny
137138[ 22 ] : https://github.com/infinityofspace/certbot_dns_duckdns?tab=readme-ov-file#usage
139+ [ 23 ] : https://github.com/ctrlaltcoop/certbot-dns-hetzner?tab=readme-ov-file#credentials
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### 5.4.0
4+ - Added hetzner DNS authenticator.
5+ - PR by [ @protos-gunzinger ] [ 54 ]
6+
37### 5.3.0
48- Added DuckDNS authenticator.
59 - PR by [ @emulatorchen ] [ 51 ]
434438[ 51 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/281
435439[ 52 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/fb06d2761942269d73a0630d4b0312b007027dcc
436440[ 53 ] : https://docs.docker.com/reference/build-checks/legacy-key-value-format/
441+ [ 54 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/284
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ are updated.
1717
1818| Major | Minor | Patch | Nginx |
1919| ----: | ----: | ----: | :----------------- |
20- | 5 | 5.3 | 5.3.0 | 5.3.0-nginx1.27.0 |
20+ | 5 | 5.4 | 5.4.0 | 5.4.0-nginx1.27.0 |
21+ | | 5.3 | 5.3.0 | 5.3.0-nginx1.27.0 |
2122| | 5.2 | 5.2.1 | 5.2.1-nginx1.27.0 |
2223| | | 5.2.0 | 5.2.0-nginx1.27.0 |
2324| | | | 5.2.0-nginx1.26.0 |
You can’t perform that action at this time.
0 commit comments