-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
DNS API Test
neil edited this page Sep 11, 2020
·
17 revisions
There is a CI workflow to test your dns api when you send PR to add new dns api.
This test must be passing before your PR can get merged.
export MyDnsKey1=myValue1
export MyDnsKey2=myValue2
acme.sh --issue -d myExample.com --dns dns_myapi
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