File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
4445You 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments