forked from TrueCloudLab/lego
namecheap: add additional specific information (#1230)
This commit is contained in:
parent
b62e1f9352
commit
d14bef50f3
4 changed files with 11 additions and 1 deletions
|
@ -10,6 +10,7 @@ slug: edgedns
|
|||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v3.9.0
|
||||
|
||||
Akamai edgedns supercedes fastdns; implementing a DNS provider for solving the DNS-01 challenge using Akamai EdgeDNS
|
||||
|
||||
|
||||
|
|
|
@ -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.)
|
||||
|
||||
|
||||
|
||||
<!--more-->
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue