mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-16 05:12:08 +08:00
Updated DNS API Test (markdown)
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user