update Point 74 DDNSS
parent
8d4dd7e6f4
commit
27e66995cd
|
@ -1448,11 +1448,14 @@ If you find any bugs of MaraDNS DNS API, please report here: https://github.com/
|
||||||
First create an account at https://ddnss.de. After that create a new host record.
|
First create an account at https://ddnss.de. After that create a new host record.
|
||||||
In the defenition for the host make sure to set the checkbox for "Wildcard" and for "TXT".
|
In the defenition for the host make sure to set the checkbox for "Wildcard" and for "TXT".
|
||||||
|
|
||||||
Note your Api Key displayed at ddnss.de and export in DDNSS_Token variable
|
Note your Api Key (aka "Update Key") displayed at ddnss.de and export in DDNSS_Token variable
|
||||||
```
|
```
|
||||||
export DDNSS_Token="e4155767few8erwf59353633tz342ce85werddc99432"
|
export DDNSS_Token="e4155767few8erwf59353633tz342ce85werddc99432"
|
||||||
```
|
```
|
||||||
Note: You will only have one token, even if you have multiple Hosts with DDNSS under your account.
|
**Note: You will only have one token, even if you have multiple Hosts with DDNSS under your account. / this is not correct**
|
||||||
|
**You need to generate a new Update Key for each Cert you want to issue/create. If an Update key is used you cannot use it anymore.**
|
||||||
|
**Every Domain or Cert Creation needs its own Update Key.**
|
||||||
|
|
||||||
|
|
||||||
After that you can issue a new certificate:
|
After that you can issue a new certificate:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue