lego/docs/content/dns/zz_gen_loopia.md
2020-12-26 17:22:01 +01:00

1.9 KiB

title date draft slug
Loopia 2019-03-03T16:39:46+01:00 false loopia

Since: v4.2.0

Configuration for Loopia.

  • Code: loopia

Here is an example bash command using the Loopia provider:

LOOPIA_API_USER=xxxxxxxx \
LOOPIA_API_PASSWORD=yyyyyyyy \
lego --email my@email.com --dns loopia --domains my.domain.com run

Credentials

Environment Variable Name Description
LOOPIA_API_PASSWORD API password
LOOPIA_API_USER API username

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
LOOPIA_HTTP_TIMEOUT API request timeout
LOOPIA_POLLING_INTERVAL Time between DNS propagation check
LOOPIA_PROPAGATION_TIMEOUT Maximum waiting time for DNS propagation
LOOPIA_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 user

You can generate a new API user from your account page.

It needs to have the following permissions:

  • addZoneRecord
  • getZoneRecords
  • removeZoneRecord
  • removeSubdomain

More information