1 Name = "Infomaniak"
2 Description = ''''''
3 URL = "https://www.infomaniak.com/"
4 Code = "infomaniak"
5 Since = "v4.1.0"
6 7 Example = '''
8 INFOMANIAK_ACCESS_TOKEN=1234567898765432 \
9 lego --dns infomaniak -d '*.example.com' -d example.com run
10 '''
11 12 Additional = '''
13 ## Access token
14 15 Access token can be created at the url https://manager.infomaniak.com/v3/infomaniak-api.
16 You will need domain scope.
17 '''
18 19 [Configuration]
20 [Configuration.Credentials]
21 INFOMANIAK_ACCESS_TOKEN = "Access token"
22 [Configuration.Additional]
23 INFOMANIAK_ENDPOINT = "https://api.infomaniak.com"
24 INFOMANIAK_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
25 INFOMANIAK_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
26 INFOMANIAK_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
27 INFOMANIAK_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
28 29 [Links]
30 API = "https://api.infomaniak.com/doc"
31