1 Name = "myaddr.{tools,dev,io}"
2 Description = ''''''
3 URL = "https://myaddr.tools/"
4 Code = "myaddr"
5 Since = "v4.22.0"
6 7 Example = '''
8 MYADDR_PRIVATE_KEYS_MAPPING="example:123,test:456" \
9 lego --dns myaddr -d '*.example.com' -d example.com run
10 '''
11 12 [Configuration]
13 [Configuration.Credentials]
14 MYADDR_PRIVATE_KEYS_MAPPING = "Mapping between subdomains and private keys. The format is: `<subdomain1>:<private_key1>,<subdomain2>:<private_key2>,<subdomain3>:<private_key3>`"
15 [Configuration.Additional]
16 MYADDR_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
17 MYADDR_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
18 MYADDR_SEQUENCE_INTERVAL = "Time between sequential requests in seconds (Default: 2)"
19 MYADDR_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
20 MYADDR_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
21 22 [Links]
23 API = "https://myaddr.tools/"
24