Skip to content

Commit 4e1d2ad

Browse files
Hreniuc Cristian-AlexandruJonasAlfredsson
authored andcommitted
Adds bunny to approved authenticators
1 parent f8fe3c5 commit 4e1d2ad

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/certbot_authenticators.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ for the supported authenticators:
3737
- [dns-route53][18]
3838
- [dns-sakuracloud][19]
3939
- [dns-ionos][20]
40+
- [dns-bunny][21]
4041

4142
You will need to setup the authenticator file at
4243
`/etc/letsencrypt/<authenticator provider>.ini`, so for e.g. Cloudflare you
@@ -133,3 +134,4 @@ authenticators.
133134
[18]: https://certbot-dns-route53.readthedocs.io/en/stable/#credentials
134135
[19]: https://certbot-dns-sakuracloud.readthedocs.io/en/stable/#credentials
135136
[20]: https://github.com/helgeerbe/certbot-dns-ionos
137+
[21]: https://github.com/mwt/certbot-dns-bunny

src/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ ENV CERTBOT_DNS_AUTHENTICATORS \
1616
rfc2136 \
1717
route53 \
1818
sakuracloud \
19-
ionos
19+
ionos \
20+
bunny
2021

2122
# Needed in order to install Python packages via PIP after PEP 668 was
2223
# introduced, but I believe this is safe since we are in a container without

src/Dockerfile-alpine

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ ENV CERTBOT_DNS_AUTHENTICATORS \
1616
rfc2136 \
1717
route53 \
1818
sakuracloud \
19-
ionos
19+
ionos \
20+
bunny
2021

2122
# Do a single run command to make the intermediary containers smaller.
2223
RUN set -ex && \

0 commit comments

Comments
 (0)