From d14bef50f3b808a5afdd068bfee6c9c7acdecfdc Mon Sep 17 00:00:00 2001 From: Michael G Date: Sun, 9 Aug 2020 22:10:02 +0200 Subject: [PATCH] namecheap: add additional specific information (#1230) --- docs/content/dns/zz_gen_edgedns.md | 1 + docs/content/dns/zz_gen_namecheap.md | 3 +++ providers/dns/edgedns/edgedns.toml | 1 + providers/dns/namecheap/namecheap.toml | 7 ++++++- 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/content/dns/zz_gen_edgedns.md b/docs/content/dns/zz_gen_edgedns.md index b349f7ba..124dafe5 100644 --- a/docs/content/dns/zz_gen_edgedns.md +++ b/docs/content/dns/zz_gen_edgedns.md @@ -10,6 +10,7 @@ slug: edgedns Since: v3.9.0 + Akamai edgedns supercedes fastdns; implementing a DNS provider for solving the DNS-01 challenge using Akamai EdgeDNS diff --git a/docs/content/dns/zz_gen_namecheap.md b/docs/content/dns/zz_gen_namecheap.md index 0dff026f..92a25b95 100644 --- a/docs/content/dns/zz_gen_namecheap.md +++ b/docs/content/dns/zz_gen_namecheap.md @@ -13,6 +13,9 @@ Since: v0.3.0 Configuration for [Namecheap](https://www.namecheap.com). +**To enable API access on the Namecheap production environment, some opaque requirements must be met.** More information in the section [Enabling API Access](https://www.namecheap.com/support/api/intro/) of the Namecheap documentation. (2020-08: Account balance of $50+, 20+ domains in your account, or purchases totaling $50+ within the last 2 years.) + + diff --git a/providers/dns/edgedns/edgedns.toml b/providers/dns/edgedns/edgedns.toml index 59b281f7..1dc8d378 100644 --- a/providers/dns/edgedns/edgedns.toml +++ b/providers/dns/edgedns/edgedns.toml @@ -1,5 +1,6 @@ Name = "Akamai EdgeDNS" Description = ''' + Akamai edgedns supercedes fastdns; implementing a DNS provider for solving the DNS-01 challenge using Akamai EdgeDNS ''' URL = "https://www.akamai.com/us/en/products/security/edge-dns.jsp" diff --git a/providers/dns/namecheap/namecheap.toml b/providers/dns/namecheap/namecheap.toml index a5e7b00c..68df3cef 100644 --- a/providers/dns/namecheap/namecheap.toml +++ b/providers/dns/namecheap/namecheap.toml @@ -1,8 +1,13 @@ Name = "Namecheap" -Description = '''''' URL = "https://www.namecheap.com" Code = "namecheap" Since = "v0.3.0" +Description = ''' + +Configuration for [Namecheap](https://www.namecheap.com). + +**To enable API access on the Namecheap production environment, some opaque requirements must be met.** More information in the section [Enabling API Access](https://www.namecheap.com/support/api/intro/) of the Namecheap documentation. (2020-08: Account balance of $50+, 20+ domains in your account, or purchases totaling $50+ within the last 2 years.) +''' Example = ''' NAMECHEAP_API_USER=user \