From 7739843adc78c2ff432741f76ff220f0c72a2d94 Mon Sep 17 00:00:00 2001 From: dim-0 <1191898+dim-0@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:57:37 +0200 Subject: [PATCH 1/3] LetsEncrypt - GoDaddy Documentation Adding an Information Box to the GoDaddy configuration example, warning about API access limitations --- letsencrypt/DOCS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/letsencrypt/DOCS.md b/letsencrypt/DOCS.md index b17835eeea1..7d0be23b8e0 100644 --- a/letsencrypt/DOCS.md +++ b/letsencrypt/DOCS.md @@ -372,6 +372,9 @@ on the DNS zone to be used for authentication. To obtain the ACME DNS API Key and Secret, follow the instructions here: +> [!IMPORTANT] +> GoDaddy limits DNS API access to customers with 10 or more domains and/or an active "Discount Domain Club – Premier Membership" plan; the API will respond with a HTTP401 otherwise. See the [Terms of Use](https://developer.godaddy.com/getstarted) for more information. +
From dd07b4e03afa77ef393414fc43acf668330dbada Mon Sep 17 00:00:00 2001 From: dim-0 <1191898+dim-0@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:03:55 +0200 Subject: [PATCH 2/3] Update DOCS.md --- letsencrypt/DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt/DOCS.md b/letsencrypt/DOCS.md index 7d0be23b8e0..508dd454203 100644 --- a/letsencrypt/DOCS.md +++ b/letsencrypt/DOCS.md @@ -372,7 +372,7 @@ on the DNS zone to be used for authentication. To obtain the ACME DNS API Key and Secret, follow the instructions here: -> [!IMPORTANT] +> [!IMPORTANT] > GoDaddy limits DNS API access to customers with 10 or more domains and/or an active "Discount Domain Club – Premier Membership" plan; the API will respond with a HTTP401 otherwise. See the [Terms of Use](https://developer.godaddy.com/getstarted) for more information.
From 0fff12130399479baa526de54285b0ae7ecacde8 Mon Sep 17 00:00:00 2001 From: dim-0 <1191898+dim-0@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:06:16 +0200 Subject: [PATCH 3/3] Update DOCS.md --- letsencrypt/DOCS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/letsencrypt/DOCS.md b/letsencrypt/DOCS.md index 508dd454203..fa2f9c0e299 100644 --- a/letsencrypt/DOCS.md +++ b/letsencrypt/DOCS.md @@ -372,8 +372,7 @@ on the DNS zone to be used for authentication. To obtain the ACME DNS API Key and Secret, follow the instructions here: -> [!IMPORTANT] -> GoDaddy limits DNS API access to customers with 10 or more domains and/or an active "Discount Domain Club – Premier Membership" plan; the API will respond with a HTTP401 otherwise. See the [Terms of Use](https://developer.godaddy.com/getstarted) for more information. +**IMPORTANT**: GoDaddy limits DNS API access to customers with 10 or more domains and/or an active "Discount Domain Club – Premier Membership" plan; the API will respond with a HTTP401 otherwise. See the [Terms of Use](https://developer.godaddy.com/getstarted) for more information.