Skip to content

Commit 4a1948f

Browse files
Add godaddy DNS authenticator
1 parent 89052fa commit 4a1948f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ENV CERTBOT_DNS_AUTHENTICATORS="\
2121
hetzner \
2222
infomaniak \
2323
namecheap \
24+
godaddy \
2425
"
2526

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

src/Dockerfile-alpine

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ENV CERTBOT_DNS_AUTHENTICATORS="\
2121
hetzner \
2222
infomaniak \
2323
namecheap \
24+
godaddy \
2425
"
2526

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

0 commit comments

Comments
 (0)