ibmcloud.toml raw

   1  Name = "IBM Cloud (SoftLayer)"
   2  Description = ''''''
   3  URL = "https://www.ibm.com/cloud/"
   4  Code = "ibmcloud"
   5  Since = "v4.5.0"
   6  
   7  Example = '''
   8  SOFTLAYER_USERNAME=xxxxx \
   9  SOFTLAYER_API_KEY=yyyyy \
  10  lego --dns ibmcloud -d '*.example.com' -d example.com run
  11  '''
  12  
  13  [Configuration]
  14    [Configuration.Credentials]
  15      SOFTLAYER_USERNAME = "Username (IBM Cloud is {accountID}_{emailAddress})"
  16      SOFTLAYER_API_KEY = "Classic Infrastructure API key"
  17    [Configuration.Additional]
  18      SOFTLAYER_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  19      SOFTLAYER_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  20      SOFTLAYER_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  21      SOFTLAYER_TIMEOUT = "API request timeout in seconds (Default: 30)"
  22  
  23  [Links]
  24    API = "https://cloud.ibm.com/docs/dns?topic=dns-getting-started-with-the-dns-api"
  25    GoClient = "https://github.com/softlayer/softlayer-go"
  26