Browse Source

stop using oathtool

pull/6690/head
Robert Rettig 4 days ago
parent
commit
1b2630dc0d
Failed to extract signature
  1. 2
      .github/workflows/DNS.yml
  2. 2
      dnsapi/dns_inwx.sh

2
.github/workflows/DNS.yml

@ -68,7 +68,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Clone acmetest
run: cd .. && git clone --depth=1 https://github.com/flybyray/acmetest.git && cp -r acme.sh acmetest/
run: cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
- name: Set env file
run: |
cd ../acmetest

2
dnsapi/dns_inwx.sh

@ -6,7 +6,7 @@ Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi#dns_inwx
Options:
INWX_User Username
INWX_Password Password
INWX_Shared_Secret 2 Factor Authentication Shared Secret (optional)
INWX_Shared_Secret 2 Factor Authentication Shared Secret (optional requires oathtool)
'
# Dependencies:

Loading…
Cancel
Save