File: linode.toml

package info (click to toggle)
golang-github-xenolf-lego 4.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,080 kB
  • sloc: xml: 533; makefile: 128; sh: 18
file content (23 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Name = "Linode (v4)"
Description = ''''''
URL = "https://www.linode.com/"
Code = "linode"
Since = "v1.1.0"

Example = '''
LINODE_TOKEN=xxxxx \
lego --email you@example.com --dns linode --domains my.example.org run
'''

[Configuration]
  [Configuration.Credentials]
    LINODE_TOKEN = "API token"
  [Configuration.Additional]
    LINODE_POLLING_INTERVAL = "Time between DNS propagation check"
    LINODE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
    LINODE_TTL = "The TTL of the TXT record used for the DNS challenge"
    LINODE_HTTP_TIMEOUT = "API request timeout"

[Links]
  API = "https://developers.linode.com/api/v4"
  GoClient = "https://github.com/linode/linodego"