File tree 3 files changed +9
-1
lines changed
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:
38
38
- [ dns-ionos] [ 20 ]
39
39
- [ dns-bunny] [ 21 ]
40
40
- [ dns-duckdns] [ 22 ]
41
+ - [ hetzner] [ 23 ]
41
42
42
43
You will need to setup the authenticator file at
43
44
` /etc/letsencrypt/<authenticator provider>.ini ` , so for e.g. Cloudflare you
@@ -135,3 +136,4 @@ authenticators.
135
136
[ 20 ] : https://github.com/helgeerbe/certbot-dns-ionos
136
137
[ 21 ] : https://github.com/mwt/certbot-dns-bunny
137
138
[ 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 1
1
# Changelog
2
2
3
+ ### 5.4.0
4
+ - Added hetzner DNS authenticator.
5
+ - PR by [ @protos-gunzinger ] [ 54 ]
6
+
3
7
### 5.3.0
4
8
- Added DuckDNS authenticator.
5
9
- PR by [ @emulatorchen ] [ 51 ]
434
438
[ 51 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/pull/281
435
439
[ 52 ] : https://github.com/JonasAlfredsson/docker-nginx-certbot/commit/fb06d2761942269d73a0630d4b0312b007027dcc
436
440
[ 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.
17
17
18
18
| Major | Minor | Patch | Nginx |
19
19
| ----: | ----: | ----: | :----------------- |
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 |
21
22
| | 5.2 | 5.2.1 | 5.2.1-nginx1.27.0 |
22
23
| | | 5.2.0 | 5.2.0-nginx1.27.0 |
23
24
| | | | 5.2.0-nginx1.26.0 |
You can’t perform that action at this time.
0 commit comments