forked from TrueCloudLab/lego
2.1 KiB
2.1 KiB
title | date | draft | slug | dnsprovider | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Loopia | 2019-03-03T16:39:46+01:00 | false | 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]({{< ref "dns#configuration-and-credentials" >}}).
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]({{< ref "dns#configuration-and-credentials" >}}).
API user
You can generate a new API user from your account page.
It needs to have the following permissions:
- addZoneRecord
- getZoneRecords
- removeZoneRecord
- removeSubdomain