docs/content/dns/zz_gen_openprovider.md
Configuration for Openprovider.
<!--more-->openproviderHere is an example bash command using the Openprovider provider:
OPENPROVIDER_USERNAME="xxx" \
OPENPROVIDER_PASSWORD="yyy" \
lego run --dns openprovider -d '*.example.com' -d example.com
| Environment Variable Name | Description |
|---|---|
OPENPROVIDER_PASSWORD | The user's password |
OPENPROVIDER_USERNAME | The user's name |
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" %}}).
| Environment Variable Name | Description |
|---|---|
OPENPROVIDER_HTTP_TIMEOUT | API request timeout in seconds (Default: 30) |
OPENPROVIDER_POLLING_INTERVAL | Time between DNS propagation check in seconds (Default: 10) |
OPENPROVIDER_PROPAGATION_TIMEOUT | Maximum waiting time for DNS propagation in seconds (Default: 600) |
OPENPROVIDER_TTL | The TTL of the TXT record used for the DNS challenge in seconds (Default: 600) |
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" %}}).
{{% notice style="warning" %}}
The provider is only available for resellers because the Openprovider API is only available for resellers.
{{% /notice %}}