@@ -4,7 +4,7 @@ date: 2019-03-03T16:39:46+01:00
4
4
draft : false
5
5
slug : nicru
6
6
dnsprovider :
7
- since : " v4.11 .0"
7
+ since : " v4.20 .0"
8
8
code : " nicru"
9
9
url : " https://nic.ru/"
10
10
---
@@ -20,17 +20,17 @@ Configuration for [RU CENTER](https://nic.ru/).
20
20
<!-- more-->
21
21
22
22
- Code: ` nicru `
23
- - Since: v4.11 .0
23
+ - Since: v4.20 .0
24
24
25
25
26
26
Here is an example bash command using the RU CENTER provider:
27
27
28
28
``` bash
29
- NIC_RU_USER =" <your_user>" \
30
- NIC_RU_PASSWORD =" <your_password>" \
31
- NIC_RU_SERVICE_ID =" <service_id>" \
32
- NIC_RU_SECRET =" <service_secret>" \
33
- NIC_RU_SERVICE_NAME =" <service_name>" \
29
+ NICRU_USER =" <your_user>" \
30
+ NICRU_PASSWORD =" <your_password>" \
31
+ NICRU_SERVICE_ID =" <service_id>" \
32
+ NICRU_SECRET =" <service_secret>" \
33
+ NICRU_SERVICE_NAME =" <service_name>" \
34
34
./lego --dns nicru --domains " *.example.com" --email you@example.com run
35
35
```
36
36
@@ -41,11 +41,11 @@ NIC_RU_SERVICE_NAME="<service_name>" \
41
41
42
42
| Environment Variable Name | Description |
43
43
| -----------------------| -------------|
44
- | ` NIC_RU_PASSWORD ` | Password for account in RU CENTER |
45
- | ` NIC_RU_SECRET ` | Secret for application in DNS-hosting RU CENTER |
46
- | ` NIC_RU_SERVICE_ID ` | Service ID for application in DNS-hosting RU CENTER |
47
- | ` NIC_RU_SERVICE_NAME ` | Service Name for DNS-hosting RU CENTER |
48
- | ` NIC_RU_USER ` | Agreement for account in RU CENTER |
44
+ | ` NICRU_PASSWORD ` | Password for account in RU CENTER |
45
+ | ` NICRU_SECRET ` | Secret for application in DNS-hosting RU CENTER |
46
+ | ` NICRU_SERVICE_ID ` | Service ID for application in DNS-hosting RU CENTER |
47
+ | ` NICRU_SERVICE_NAME ` | Service Name for DNS-hosting RU CENTER |
48
+ | ` NICRU_USER ` | Agreement for account in RU CENTER |
49
49
50
50
The environment variable names can be suffixed by ` _FILE ` to reference a file instead of a value.
51
51
More information [ here] ({{% ref "dns#configuration-and-credentials" %}}).
@@ -55,10 +55,9 @@ More information [here]({{% ref "dns#configuration-and-credentials" %}}).
55
55
56
56
| Environment Variable Name | Description |
57
57
| --------------------------------| -------------|
58
- | ` NIC_RU_HTTP_TIMEOUT ` | API request timeout |
59
- | ` NIC_RU_POLLING_INTERVAL ` | Time between DNS propagation check |
60
- | ` NIC_RU_PROPAGATION_TIMEOUT ` | Maximum waiting time for DNS propagation |
61
- | ` NIC_RU_TTL ` | The TTL of the TXT record used for the DNS challenge |
58
+ | ` NICRU_POLLING_INTERVAL ` | Time between DNS propagation check |
59
+ | ` NICRU_PROPAGATION_TIMEOUT ` | Maximum waiting time for DNS propagation |
60
+ | ` NICRU_TTL ` | The TTL of the TXT record used for the DNS challenge |
62
61
63
62
The environment variable names can be suffixed by ` _FILE ` to reference a file instead of a value.
64
63
More information [ here] ({{% ref "dns#configuration-and-credentials" %}}).
@@ -67,13 +66,13 @@ More information [here]({{% ref "dns#configuration-and-credentials" %}}).
67
66
68
67
You can find information about service ID and secret https://www.nic.ru/manager/oauth.cgi?step=oauth.app_list
69
68
70
- | ENV Variable | Parameter from page | Example |
71
- | ---------------------- | --------------------------------| -------------------|
72
- | NIC_RU_USER | Username (Number of agreement) | NNNNNNN/NIC-D |
73
- | NIC_RU_PASSWORD | Password account | |
74
- | NIC_RU_SERVICE_ID | Application ID | hex-based, len 32 |
75
- | NIC_RU_SECRET | Identity endpoint | string len 91 |
76
- | NIC_RU_SERVICE_NAME | Service name in DNS-hosting | DPNNNNNNNNNN |
69
+ | ENV Variable | Parameter from page | Example |
70
+ | ---------------------| --------------------------------| -------------------|
71
+ | NICRU_USER | Username (Number of agreement) | NNNNNNN/NIC-D |
72
+ | NICRU_PASSWORD | Password account | |
73
+ | NICRU_SERVICE_ID | Application ID | hex-based, len 32 |
74
+ | NICRU_SECRET | Identity endpoint | string len 91 |
75
+ | NICRU_SERVICE_NAME | Service name in DNS-hosting | DPNNNNNNNNNN |
77
76
78
77
79
78
0 commit comments