From c2c0020b36022405740f1ce0dc778a3beb03d97c Mon Sep 17 00:00:00 2001 From: mkmvzlb <133644907+mkmvzlb@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:20:24 +0100 Subject: [PATCH] Fix ArtFiles.de DNS API variable spelling --- dnsapi2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dnsapi2.md b/dnsapi2.md index a2919ee..2c9d940 100644 --- a/dnsapi2.md +++ b/dnsapi2.md @@ -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: