Robert Rettig
4 days ago
Failed to extract signature
2 changed files with
2 additions and
2 deletions
-
.github/workflows/DNS.yml
-
dnsapi/dns_inwx.sh
|
|
@ -68,7 +68,7 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
- name: Clone acmetest |
|
|
- 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 |
|
|
- name: Set env file |
|
|
run: | |
|
|
run: | |
|
|
cd ../acmetest |
|
|
cd ../acmetest |
|
|
|
|
|
@ -6,7 +6,7 @@ Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi#dns_inwx |
|
|
Options: |
|
|
Options: |
|
|
INWX_User Username |
|
|
INWX_User Username |
|
|
INWX_Password Password |
|
|
INWX_Password Password |
|
|
INWX_Shared_Secret 2 Factor Authentication Shared Secret (optional) |
|
|
|
|
|
|
|
|
INWX_Shared_Secret 2 Factor Authentication Shared Secret (optional requires oathtool) |
|
|
' |
|
|
' |
|
|
|
|
|
|
|
|
# Dependencies: |
|
|
# Dependencies: |
|
|
|