nginx-ui/internal/cert/config/linode.toml
2025-01-23 10:37:42 +08:00

24 lines
893 B
TOML

Name = "Linode (v4)"
Description = ''''''
URL = "https://www.linode.com/"
Code = "linode"
Aliases = ["linodev4"] # "linodev4" is for compatibility with v3, must be dropped in v5
Since = "v1.1.0"
Example = '''
LINODE_TOKEN=xxxxx \
lego --email you@example.com --dns linode -d '*.example.com' -d example.com run
'''
[Configuration]
[Configuration.Credentials]
LINODE_TOKEN = "API token"
[Configuration.Additional]
LINODE_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 15)"
LINODE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
LINODE_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
LINODE_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
[Links]
API = "https://developers.linode.com/api/v4"
GoClient = "https://github.com/linode/linodego"