From d0768eb47388792db06785ae89a2ac46279a71c1 Mon Sep 17 00:00:00 2001 From: Mark Zbikowski Date: Fri, 20 Jan 2023 19:21:31 -0700 Subject: [PATCH] Adds Ionos authenticator --- docs/certbot_authenticators.md | 3 ++- src/Dockerfile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/certbot_authenticators.md b/docs/certbot_authenticators.md index 581329c..3c3a494 100644 --- a/docs/certbot_authenticators.md +++ b/docs/certbot_authenticators.md @@ -36,6 +36,7 @@ for the supported authenticators: - [dns-rfc2136][17] - [dns-route53][18] - [dns-sakuracloud][19] + - [dns-ionos][20] You will need to setup the authenticator file at `/etc/letsencrypt/.ini`, so for e.g. Cloudflare you @@ -131,4 +132,4 @@ authenticators. [17]: https://certbot-dns-rfc2136.readthedocs.io/en/stable/#credentials [18]: https://certbot-dns-route53.readthedocs.io/en/stable/#credentials [19]: https://certbot-dns-sakuracloud.readthedocs.io/en/stable/#credentials - +[20]: https://github.com/helgeerbe/certbot-dns-ionos diff --git a/src/Dockerfile b/src/Dockerfile index 38b647f..a6e671f 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -15,7 +15,8 @@ ENV CERTBOT_DNS_AUTHENTICATORS \ ovh \ rfc2136 \ route53 \ - sakuracloud + sakuracloud \ + ionos # Do a single run command to make the intermediary containers smaller. RUN set -ex && \