Openprovider

Configuration for Openprovider.

  • Code: openprovider
  • Since: v5.3.0

Here 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

Credentials

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.

Additional Configuration

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.

Warning

The provider is only available for resellers because the Openprovider API is only available for resellers.

More information