Updated DNS API Test (markdown)
parent
94b8b9298b
commit
0ec0889834
|
@ -15,18 +15,30 @@ acme.sh --issue -d myExample.com --dns dns_myapi
|
||||||
|
|
||||||
### 2. You need to set up the following "Github actions Secrets":
|
### 2. You need to set up the following "Github actions Secrets":
|
||||||
|
|
||||||
Open the follow `"Settings"` -> `"Secrets"` -> `"New secret"`
|
Open the menu: `"Settings"` -> `"Secrets"` -> `"New secret"`
|
||||||
|
|
||||||
|
Set the following secrets:
|
||||||
|
|
||||||
```
|
```
|
||||||
TokenName1 = MyDnsKey1
|
TokenName1 = MyDnsKey1
|
||||||
|
```
|
||||||
|
```
|
||||||
TokenValue1 = myValue1
|
TokenValue1 = myValue1
|
||||||
|
```
|
||||||
|
```
|
||||||
TokenName2 = MyDnsKey2
|
TokenName2 = MyDnsKey2
|
||||||
|
```
|
||||||
|
```
|
||||||
TokenValue2 = myValue2
|
TokenValue2 = myValue2
|
||||||
|
```
|
||||||
|
```
|
||||||
|
|
||||||
TEST_DNS = dns_myapi
|
TEST_DNS = dns_myapi
|
||||||
|
```
|
||||||
|
```
|
||||||
TestingDomain = myExample.com
|
TestingDomain = myExample.com
|
||||||
|
```
|
||||||
|
```
|
||||||
|
|
||||||
TEST_DNS_SLEEP = 120
|
TEST_DNS_SLEEP = 120
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue