-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
582 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,11 +26,11 @@ Configuration for [RU CENTER](https://nic.ru/). | |
Here is an example bash command using the RU CENTER provider: | ||
|
||
```bash | ||
NIC_RU_USER="<your_user>" \ | ||
NIC_RU_PASSWORD="<your_password>" \ | ||
NIC_RU_SERVICE_ID="<service_id>" \ | ||
NIC_RU_SECRET="<service_secret>" \ | ||
NIC_RU_SERVICE_NAME="<service_name>" \ | ||
NICRU_USER="<your_user>" \ | ||
NICRU_PASSWORD="<your_password>" \ | ||
NICRU_SERVICE_ID="<service_id>" \ | ||
NICRU_SECRET="<service_secret>" \ | ||
NICRU_SERVICE_NAME="<service_name>" \ | ||
./lego --dns nicru --domains "*.example.com" --email [email protected] run | ||
``` | ||
|
||
|
@@ -41,11 +41,11 @@ NIC_RU_SERVICE_NAME="<service_name>" \ | |
|
||
| Environment Variable Name | Description | | ||
|-----------------------|-------------| | ||
| `NIC_RU_PASSWORD` | Password for account in RU CENTER | | ||
| `NIC_RU_SECRET` | Secret for application in DNS-hosting RU CENTER | | ||
| `NIC_RU_SERVICE_ID` | Service ID for application in DNS-hosting RU CENTER | | ||
| `NIC_RU_SERVICE_NAME` | Service Name for DNS-hosting RU CENTER | | ||
| `NIC_RU_USER` | Agreement for account in RU CENTER | | ||
| `NICRU_PASSWORD` | Password for account in RU CENTER | | ||
| `NICRU_SECRET` | Secret for application in DNS-hosting RU CENTER | | ||
| `NICRU_SERVICE_ID` | Service ID for application in DNS-hosting RU CENTER | | ||
| `NICRU_SERVICE_NAME` | Service Name for DNS-hosting RU CENTER | | ||
| `NICRU_USER` | Agreement for account in RU CENTER | | ||
|
||
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" >}}). | ||
|
@@ -55,9 +55,9 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}). | |
|
||
| Environment Variable Name | Description | | ||
|--------------------------------|-------------| | ||
| `NIC_RU_POLLING_INTERVAL` | Time between DNS propagation check | | ||
| `NIC_RU_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation | | ||
| `NIC_RU_TTL` | The TTL of the TXT record used for the DNS challenge | | ||
| `NICRU_POLLING_INTERVAL` | Time between DNS propagation check | | ||
| `NICRU_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation | | ||
| `NICRU_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]({{< ref "dns#configuration-and-credentials" >}}). | ||
|
@@ -66,13 +66,13 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}). | |
|
||
You can find information about service ID and secret https://www.nic.ru/manager/oauth.cgi?step=oauth.app_list | ||
|
||
| ENV Variable | Parameter from page | Example | | ||
|----------------------|--------------------------------|-------------------| | ||
| NIC_RU_USER | Username (Number of agreement) | NNNNNNN/NIC-D | | ||
| NIC_RU_PASSWORD | Password account | | | ||
| NIC_RU_SERVICE_ID | Application ID | hex-based, len 32 | | ||
| NIC_RU_SECRET | Identity endpoint | string len 91 | | ||
| NIC_RU_SERVICE_NAME | Service name in DNS-hosting | DPNNNNNNNNNN | | ||
| ENV Variable | Parameter from page | Example | | ||
|---------------------|--------------------------------|-------------------| | ||
| NICRU_USER | Username (Number of agreement) | NNNNNNN/NIC-D | | ||
| NICRU_PASSWORD | Password account | | | ||
| NICRU_SERVICE_ID | Application ID | hex-based, len 32 | | ||
| NICRU_SECRET | Identity endpoint | string len 91 | | ||
| NICRU_SERVICE_NAME | Service name in DNS-hosting | DPNNNNNNNNNN | | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.