forked from TrueCloudLab/lego
b3e630761e
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2 KiB
2 KiB
title | date | draft | slug | dnsprovider | ||||||
---|---|---|---|---|---|---|---|---|---|---|
dnsHome.de | 2019-03-03T16:39:46+01:00 | false | dnshomede |
|
Configuration for dnsHome.de.
- Code:
dnshomede
- Since: v4.10.0
Here is an example bash command using the dnsHome.de provider:
DNSHOMEDE_CREDENTIALS=sub.example.org:password \
lego --email you@example.com --dns dnshomede --domains example.org --domains '*.example.org' run
DNSHOMEDE_CREDENTIALS=my.example.org:password1,demo.example.org:password2 \
lego --email you@example.com --dns dnshomede --domains my.example.org --domains demo.example.org
Credentials
Environment Variable Name | Description |
---|---|
DNSHOMEDE_CREDENTIALS |
Comma-separated list of domain:password credential pairs |
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 |
---|---|
DNSHOMEDE_HTTP_TIMEOUT |
API request timeout |
DNSHOMEDE_POLLING_INTERVAL |
Time between DNS propagation checks |
DNSHOMEDE_PROPAGATION_TIMEOUT |
Maximum waiting time for DNS propagation; defaults to 300s (5 minutes) |
DNSHOMEDE_SEQUENCE_INTERVAL |
Time between sequential requests |
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" %}}).