Cloud.ru
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 --email you@example.com --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.
Additional Configuration
Environment Variable Name | Description |
---|---|
CLOUDRU_HTTP_TIMEOUT |
API request timeout |
CLOUDRU_POLLING_INTERVAL |
Time between DNS propagation check |
CLOUDRU_PROPAGATION_TIMEOUT |
Maximum waiting time for DNS propagation |
CLOUDRU_SEQUENCE_INTERVAL |
Time between sequential requests |
CLOUDRU_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.