Browse Source

Update DNS.yml

pull/6764/head
CZECHIA-COM 2 weeks ago
committed by GitHub
parent
commit
576dd37bb9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/DNS.yml

3
.github/workflows/DNS.yml

@ -70,14 +70,11 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install -y socat
# 1. Přejdeme do složky, kde je acme.sh
cd ../acmetest/acme.sh/
# 2. Nakopírujeme tam tvůj skript
mkdir -p ./dnsapi/
cp ../../acme.sh/dnsapi/dns_czechia.sh ./dnsapi/dns_czechia.sh
# 3. SPUSTÍME TO NAPŘÍMO (tohle nejde přeskočit)
./acme.sh --issue --dns dns_czechia -d "$TestingDomain" --debug 3 --test
MacOS:

Loading…
Cancel
Save