Loopia

Configuration for Loopia.

  • Code: loopia
  • Since: v4.2.0

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_API_URL API endpoint. Ex: https://api.loopia.se/RPCSERV or https://api.loopia.rs/RPCSERV
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