mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
25 lines
1,007 B
TOML
25 lines
1,007 B
TOML
Name = "IBM Cloud (SoftLayer)"
|
|
Description = ''''''
|
|
URL = "https://www.ibm.com/cloud/"
|
|
Code = "ibmcloud"
|
|
Since = "v4.5.0"
|
|
|
|
Example = '''
|
|
SOFTLAYER_USERNAME=xxxxx \
|
|
SOFTLAYER_API_KEY=yyyyy \
|
|
lego --email you@example.com --dns ibmcloud -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
SOFTLAYER_USERNAME = "Username (IBM Cloud is <accountID>_<emailAddress>)"
|
|
SOFTLAYER_API_KEY = "Classic Infrastructure API key"
|
|
[Configuration.Additional]
|
|
SOFTLAYER_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
|
|
SOFTLAYER_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
|
|
SOFTLAYER_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
|
|
SOFTLAYER_TIMEOUT = "API request timeout in seconds (Default: 30)"
|
|
|
|
[Links]
|
|
API = "https://cloud.ibm.com/docs/dns?topic=dns-getting-started-with-the-dns-api"
|
|
GoClient = "https://github.com/softlayer/softlayer-go"
|