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 @@ -39,6 +39,7 @@ for the supported authenticators:
3939 - [ dns-bunny] [ 21 ]
4040 - [ dns-duckdns] [ 22 ]
4141 - [ hetzner] [ 23 ]
42+ - [ dns-infomaniak] [ 24 ]
4243
4344You will need to setup the authenticator file at
4445` /etc/letsencrypt/<authenticator provider>.ini ` , so for e.g. Cloudflare you
@@ -137,3 +138,4 @@ authenticators.
137138[ 21 ] : https://github.com/mwt/certbot-dns-bunny
138139[ 22 ] : https://github.com/infinityofspace/certbot_dns_duckdns?tab=readme-ov-file#usage
139140[ 23 ] : https://github.com/ctrlaltcoop/certbot-dns-hetzner?tab=readme-ov-file#credentials
141+ [ 24 ] : https://github.com/Infomaniak/certbot-dns-infomaniak
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ ENV CERTBOT_DNS_AUTHENTICATORS="\
1919 bunny \
2020 duckdns \
2121 hetzner \
22+ infomaniak \
2223 "
2324
2425# Needed in order to install Python packages via PIP after PEP 668 was
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ ENV CERTBOT_DNS_AUTHENTICATORS="\
1919 bunny \
2020 duckdns \
2121 hetzner \
22+ infomaniak \
2223 "
2324
2425# 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