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

24 lines
923 B
TOML

Name = "Constellix"
Description = ''''''
URL = "https://constellix.com"
Code = "constellix"
Since = "v3.4.0"
Example = '''
CONSTELLIX_API_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx \
CONSTELLIX_SECRET_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx \
lego --email you@example.com --dns constellix -d '*.example.com' -d example.com run
'''
[Configuration]
[Configuration.Credentials]
CONSTELLIX_API_KEY = "User API key"
CONSTELLIX_SECRET_KEY = "User secret key"
[Configuration.Additional]
CONSTELLIX_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
CONSTELLIX_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
CONSTELLIX_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)"
CONSTELLIX_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
[Links]
API = "https://api-docs.constellix.com"