Skip to content

Commit a0e6765

Browse files
protos-gunzingerJonasAlfredsson
authored andcommitted
chore: add hetzner dns challenge plugin
1 parent e7e8a57 commit a0e6765

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ENV CERTBOT_DNS_AUTHENTICATORS="\
1818
ionos \
1919
bunny \
2020
duckdns \
21+
hetzner \
2122
"
2223

2324
# Needed in order to install Python packages via PIP after PEP 668 was

src/Dockerfile-alpine

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ENV CERTBOT_DNS_AUTHENTICATORS="\
1818
ionos \
1919
bunny \
2020
duckdns \
21+
hetzner \
2122
"
2223

2324
# Needed in order to install Python packages via PIP after PEP 668 was

0 commit comments

Comments
 (0)