1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-18 12:30:36 +02:00
lego/providers/dns/metaname/metaname.toml
2025-01-11 15:35:31 +01:00

25 lines
857 B
TOML

Name = "Metaname"
Description = ''''''
URL = "https://metaname.net"
Code = "metaname"
Since = "v4.13.0"
Example = '''
METANAME_ACCOUNT_REFERENCE=xxxx \
METANAME_API_KEY=yyyyyyy \
lego --email you@example.com --dns metaname -d '*.example.com' -d example.com run
'''
[Configuration]
[Configuration.Credentials]
METANAME_ACCOUNT_REFERENCE = "The four-digit reference of a Metaname account"
METANAME_API_KEY = "API Key"
[Configuration.Additional]
METANAME_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
METANAME_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
METANAME_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
[Links]
API = "https://metaname.net/api/1.1/doc"
GoClient = "https://github.com/nzdjb/go-metaname"