Webnames

Configuration for Webnames.

  • Code: webnames
  • Since: v4.15.0

Here is an example bash command using the Webnames provider:

WEBNAMES_API_KEY=xxxxxx \
lego --email you@example.com --dns webnames --domains my.example.org run

Credentials

Environment Variable Name Description
WEBNAMES_API_KEY Domain API key

The environment variable names can be suffixed by _FILE to reference a file instead of a value. More information here.

Additional Configuration

Environment Variable Name Description
WEBNAMES_HTTP_TIMEOUT API request timeout
WEBNAMES_POLLING_INTERVAL Time between DNS propagation check
WEBNAMES_PROPAGATION_TIMEOUT Maximum waiting time for DNS propagation
WEBNAMES_TTL The TTL of the TXT record used for the DNS challenge

The environment variable names can be suffixed by _FILE to reference a file instead of a value. More information here.

API Key

To obtain the key, you need to change the DNS server to *.nameself.com: Personal account / My domains and services / Select the required domain / DNS servers

The API key can be found: Personal account / My domains and services / Select the required domain / Zone management / acme.sh or certbot settings

More information