1 Name = "Metaname"
2 Description = ''''''
3 URL = "https://metaname.net"
4 Code = "metaname"
5 Since = "v4.13.0"
6 7 Example = '''
8 METANAME_ACCOUNT_REFERENCE=xxxx \
9 METANAME_API_KEY=yyyyyyy \
10 lego --dns metaname -d '*.example.com' -d example.com run
11 '''
12 13 [Configuration]
14 [Configuration.Credentials]
15 METANAME_ACCOUNT_REFERENCE = "The four-digit reference of a Metaname account"
16 METANAME_API_KEY = "API Key"
17 [Configuration.Additional]
18 METANAME_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
19 METANAME_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
20 METANAME_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
21 22 [Links]
23 API = "https://metaname.net/api/1.1/doc"
24 GoClient = "https://github.com/nzdjb/go-metaname"
25