Updated dnsapi2 (markdown)
parent
ad1784e88c
commit
0f3a746454
|
@ -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).
|
You need your login credentials for All-Inkl (https://kas.all-inkl.com).
|
||||||
```sh
|
```sh
|
||||||
export KAS_Login="....."
|
export KAS_Login=<ACCOUNTID>
|
||||||
export KAS_Authtype="sha1"
|
export KAS_Authdata=<PLAINTEXTPASSWORD>
|
||||||
export KAS_Authdata="....."
|
export KAS_Authtype=plain
|
||||||
```
|
```
|
||||||
Now you are able to issue a cert:
|
Now you are able to issue a cert:
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue