manageengine.toml raw
1 Name = "ManageEngine CloudDNS"
2 Description = ''''''
3 URL = "https://clouddns.manageengine.com"
4 Code = "manageengine"
5 Since = "v4.21.0"
6
7 Example = '''
8 MANAGEENGINE_CLIENT_ID="xxx" \
9 MANAGEENGINE_CLIENT_SECRET="yyy" \
10 lego --dns manageengine -d '*.example.com' -d example.com run
11 '''
12
13 [Configuration]
14 [Configuration.Credentials]
15 MANAGEENGINE_CLIENT_ID = "Client ID"
16 MANAGEENGINE_CLIENT_SECRET = "Client Secret"
17 [Configuration.Additional]
18 MANAGEENGINE_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
19 MANAGEENGINE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
20 MANAGEENGINE_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
21
22 [Links]
23 API = "https://pitstop.manageengine.com/portal/en/kb/articles/manageengine-clouddns-rest-api-documentation"
24