Updated dnsapi2 (markdown)

master
neil 2022-11-20 20:13:19 +08:00
parent ad1784e88c
commit 0f3a746454
1 changed files with 3 additions and 3 deletions

@ -533,9 +533,9 @@ https://github.com/acmesh-official/acme.sh/issues/2702
You need your login credentials for All-Inkl (https://kas.all-inkl.com).
```sh
export KAS_Login="....."
export KAS_Authtype="sha1"
export KAS_Authdata="....."
export KAS_Login=<ACCOUNTID>
export KAS_Authdata=<PLAINTEXTPASSWORD>
export KAS_Authtype=plain
```
Now you are able to issue a cert:
```sh