Skip to content

Commit f0bfbab

Browse files
benedictebJonasAlfredsson
authored andcommitted
Add gandi DNS authenticator
1 parent 2f69b81 commit f0bfbab

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

docs/certbot_authenticators.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ for the supported authenticators:
4040
- [dns-duckdns][22]
4141
- [hetzner][23]
4242
- [dns-infomaniak][24]
43+
- [dns-gandi][25]
4344

4445
You will need to setup the authenticator file at
4546
`/etc/letsencrypt/<authenticator provider>.ini`, so for e.g. Cloudflare you
@@ -139,3 +140,4 @@ authenticators.
139140
[22]: https://github.com/infinityofspace/certbot_dns_duckdns?tab=readme-ov-file#usage
140141
[23]: https://github.com/ctrlaltcoop/certbot-dns-hetzner?tab=readme-ov-file#credentials
141142
[24]: https://github.com/Infomaniak/certbot-dns-infomaniak
143+
[25]: https://github.com/obynio/certbot-plugin-gandi

src/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ENV CERTBOT_DNS_AUTHENTICATORS="\
2222
infomaniak \
2323
namecheap \
2424
godaddy \
25+
gandi \
2526
"
2627

2728
# 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
@@ -22,6 +22,7 @@ ENV CERTBOT_DNS_AUTHENTICATORS="\
2222
infomaniak \
2323
namecheap \
2424
godaddy \
25+
gandi \
2526
"
2627

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

0 commit comments

Comments
 (0)