mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
2.1 KiB
Generated
2.1 KiB
Generated
| title | date | draft | slug | dnsprovider | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Cloud.ru | 2019-03-03T16:39:46+01:00 | false | cloudru |
|
Configuration for Cloud.ru.
- Code:
cloudru - Since: v4.14.0
Here is an example bash command using the Cloud.ru provider:
CLOUDRU_SERVICE_INSTANCE_ID=ppp \
CLOUDRU_KEY_ID=xxx \
CLOUDRU_SECRET=yyy \
lego --dns cloudru -d '*.example.com' -d example.com run
Credentials
| Environment Variable Name | Description |
|---|---|
CLOUDRU_KEY_ID |
Key ID (login) |
CLOUDRU_SECRET |
Key Secret |
CLOUDRU_SERVICE_INSTANCE_ID |
Service Instance ID (parentId) |
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 |
|---|---|
CLOUDRU_HTTP_TIMEOUT |
API request timeout in seconds (Default: 30) |
CLOUDRU_POLLING_INTERVAL |
Time between DNS propagation check in seconds (Default: 5) |
CLOUDRU_PROPAGATION_TIMEOUT |
Maximum waiting time for DNS propagation in seconds (Default: 300) |
CLOUDRU_SEQUENCE_INTERVAL |
Time between sequential requests in seconds (Default: 120) |
CLOUDRU_TTL |
The TTL of the TXT record used for the DNS challenge in seconds (Default: 120) |
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" %}}).