Fix ArtFiles.de DNS API variable spelling
parent
ed8ee1b4ac
commit
c2c0020b36
|
@ -1660,10 +1660,10 @@ First, verify that API access is already enabled:
|
|||
4. If **Active** is already set to `active`, skip this step. Otherwise, enter your desired password into both text boxes, save it somewhere else (e. g. Firefox, KeePass, etc.) & click **Apply** below.
|
||||
5. Copy **Username**'s value, i.e. the one that starts with `api` & then continues with your account number which is something like `a12345678`.
|
||||
|
||||
Export `AF_API_Username` & `AF_API_Password` only once (saved into domain's config file upon 1st successful script run):
|
||||
Export `AF_API_USERNAME` & `AF_API_PASSWORD` only once (saved into domain's config file upon 1st successful script run):
|
||||
```sh
|
||||
export AF_API_Username="api12345678"
|
||||
export AF_API_Password="apiPassword"
|
||||
export AF_API_USERNAME="api12345678"
|
||||
export AF_API_PASSWORD="apiPassword"
|
||||
```
|
||||
|
||||
To issue a certificate, execute:
|
||||
|
|
Loading…
Reference in New Issue