mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-03-26 19:00:11 +08:00
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":
|
||||
|
||||
Open the follow `"Settings"` -> `"Secrets"` -> `"New secret"`
|
||||
Open the menu: `"Settings"` -> `"Secrets"` -> `"New secret"`
|
||||
|
||||
Set the following secrets:
|
||||
|
||||
```
|
||||
TokenName1 = MyDnsKey1
|
||||
```
|
||||
```
|
||||
TokenValue1 = myValue1
|
||||
|
||||
```
|
||||
```
|
||||
TokenName2 = MyDnsKey2
|
||||
```
|
||||
```
|
||||
TokenValue2 = myValue2
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
TEST_DNS = dns_myapi
|
||||
```
|
||||
```
|
||||
TestingDomain = myExample.com
|
||||
```
|
||||
```
|
||||
|
||||
TEST_DNS_SLEEP = 120
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user