File tree 3 files changed +4
-0
lines changed
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:
39
39
- [ dns-bunny] [ 21 ]
40
40
- [ dns-duckdns] [ 22 ]
41
41
- [ hetzner] [ 23 ]
42
+ - [ dns-infomaniak] [ 24 ]
42
43
43
44
You will need to setup the authenticator file at
44
45
` /etc/letsencrypt/<authenticator provider>.ini ` , so for e.g. Cloudflare you
@@ -137,3 +138,4 @@ authenticators.
137
138
[ 21 ] : https://github.com/mwt/certbot-dns-bunny
138
139
[ 22 ] : https://github.com/infinityofspace/certbot_dns_duckdns?tab=readme-ov-file#usage
139
140
[ 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="\
19
19
bunny \
20
20
duckdns \
21
21
hetzner \
22
+ infomaniak \
22
23
"
23
24
24
25
# 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="\
19
19
bunny \
20
20
duckdns \
21
21
hetzner \
22
+ infomaniak \
22
23
"
23
24
24
25
# 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