From 786136d8f74acac69fe22413a8391f377d37218d Mon Sep 17 00:00:00 2001 From: Nikotine1 Date: Fri, 22 Apr 2022 19:10:30 +0200 Subject: [PATCH] Dynu ClientID and Secret need to be without double quotes --- dnsapi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsapi.md b/dnsapi.md index d57a499..d08d501 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -508,8 +508,8 @@ Ok, let's issue a cert now: First you need to create/obtain API credentials from your Dynu account. See: https://www.dynu.com/resources/api/documentation ```sh -export Dynu_ClientId="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -export Dynu_Secret="yyyyyyyyyyyyyyyyyyyyyyyyy" +export Dynu_ClientId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx +export Dynu_Secret=yyyyyyyyyyyyyyyyyyyyyyyyy ``` Ok, let's issue a cert now: