From c3e9b23549b913b52145574c8cd785a2dec90f87 Mon Sep 17 00:00:00 2001 From: Tadas Sutkaitis Date: Thu, 18 Jul 2024 17:43:13 +0300 Subject: [PATCH] feat: add cloudflare docs and note for godaddy (#1628) Closes #1612 And Godaddy's "feature" --- doc/source/deploy/certificates.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/doc/source/deploy/certificates.rst b/doc/source/deploy/certificates.rst index 8c351c6b4..7d77d1b3d 100644 --- a/doc/source/deploy/certificates.rst +++ b/doc/source/deploy/certificates.rst @@ -176,6 +176,25 @@ following configuration: You'll need to make sure that your AWS credentials have the correct permissions to update the Route53 zone. +Cloudflare +********** + +If you are using Cloudflare to host the DNS for your domains, you can use the +following configuration: + +.. code-block:: yaml + + cluster_issuer_acme_email: user@example.com + cluster_issuer_acme_solver: cloudflare + cluster_issuer_acme_cloudflare_api_token: + +If Cloudflare's account name is different from ACME Issuer's email address +then also set: + +.. code-block:: yaml + + cluster_issuer_acme_cloudflare_email: my-cloudflare-acc@example.com + GoDaddy ******* @@ -190,6 +209,12 @@ configuration which depends on cluster_issuer_acme_godaddy_api_key: cluster_issuer_acme_godaddy_secret_key: +.. note:: + + GoDaddy DNS API has some limitations. To use it you need: + - Accounts with 10 or more domains + - Accounts with a Discount Domain Club subscription + Infoblox ********