Skip to content

Commit cd1ef7e

Browse files
bcrickboomJonasAlfredsson
authored andcommitted
added infomaniak authenticator
1 parent 3064967 commit cd1ef7e

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
@@ -39,6 +39,7 @@ for the supported authenticators:
3939
- [dns-bunny][21]
4040
- [dns-duckdns][22]
4141
- [hetzner][23]
42+
- [dns-infomaniak][24]
4243

4344
You 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

src/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

src/Dockerfile-alpine

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)