1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-18 12:30:36 +02:00
lego/providers/dns/allinkl/allinkl.toml
2025-01-11 15:35:31 +01:00

25 lines
848 B
TOML

Name = "all-inkl"
Description = ''''''
URL = "https://all-inkl.com"
Code = "allinkl"
Since = "v4.5.0"
Example = '''
ALL_INKL_LOGIN=xxxxxxxxxxxxxxxxxxxxxxxxxx \
ALL_INKL_PASSWORD=yyyyyyyyyyyyyyyyyyyyyyyyyy \
lego --email you@example.com --dns allinkl -d '*.example.com' -d example.com run
'''
[Configuration]
[Configuration.Credentials]
ALL_INKL_LOGIN = "KAS login"
ALL_INKL_PASSWORD = "KAS password"
[Configuration.Additional]
ALL_INKL_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
ALL_INKL_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
ALL_INKL_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
[Links]
API = "https://kasapi.kasserver.com/dokumentation/phpdoc/index.html"
Guide = "https://kasapi.kasserver.com/dokumentation/"