mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-14 21:34:48 +02:00
25 lines
1,007 B
TOML
25 lines
1,007 B
TOML
Name = "Core-Networks"
|
|
Description = ''''''
|
|
URL = "https://www.core-networks.de/"
|
|
Code = "corenetworks"
|
|
Since = "v4.20.0"
|
|
|
|
Example = '''
|
|
CORENETWORKS_LOGIN="xxxx" \
|
|
CORENETWORKS_PASSWORD="yyyy" \
|
|
lego --email you@example.com --dns corenetworks -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
CORENETWORKS_LOGIN = "The username of the API account"
|
|
CORENETWORKS_PASSWORD = "The password"
|
|
[Configuration.Additional]
|
|
CORENETWORKS_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
|
|
CORENETWORKS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
|
|
CORENETWORKS_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 3600)"
|
|
CORENETWORKS_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
|
|
CORENETWORKS_SEQUENCE_INTERVAL = "Time between sequential requests in seconds (Default: 60)"
|
|
|
|
[Links]
|
|
API = "https://beta.api.core-networks.de/doc/"
|