File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ for the supported authenticators:
37
37
- [ dns-route53] [ 18 ]
38
38
- [ dns-sakuracloud] [ 19 ]
39
39
- [ dns-ionos] [ 20 ]
40
+ - [ dns-bunny] [ 21 ]
40
41
41
42
You will need to setup the authenticator file at
42
43
` /etc/letsencrypt/<authenticator provider>.ini ` , so for e.g. Cloudflare you
@@ -133,3 +134,4 @@ authenticators.
133
134
[ 18 ] : https://certbot-dns-route53.readthedocs.io/en/stable/#credentials
134
135
[ 19 ] : https://certbot-dns-sakuracloud.readthedocs.io/en/stable/#credentials
135
136
[ 20 ] : https://github.com/helgeerbe/certbot-dns-ionos
137
+ [ 21 ] : https://github.com/mwt/certbot-dns-bunny
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ ENV CERTBOT_DNS_AUTHENTICATORS \
16
16
rfc2136 \
17
17
route53 \
18
18
sakuracloud \
19
- ionos
19
+ ionos \
20
+ bunny
20
21
21
22
# Needed in order to install Python packages via PIP after PEP 668 was
22
23
# introduced, but I believe this is safe since we are in a container without
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ ENV CERTBOT_DNS_AUTHENTICATORS \
16
16
rfc2136 \
17
17
route53 \
18
18
sakuracloud \
19
- ionos
19
+ ionos \
20
+ bunny
20
21
21
22
# Do a single run command to make the intermediary containers smaller.
22
23
RUN set -ex && \
You can’t perform that action at this time.
0 commit comments