Dynu ClientID and Secret need to be without double quotes

master
Nikotine1 2022-04-22 19:10:30 +02:00
parent b9b373201d
commit 786136d8f7
1 changed files with 2 additions and 2 deletions

@ -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 First you need to create/obtain API credentials from your Dynu account. See: https://www.dynu.com/resources/api/documentation
```sh ```sh
export Dynu_ClientId="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" export Dynu_ClientId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
export Dynu_Secret="yyyyyyyyyyyyyyyyyyyyyyyyy" export Dynu_Secret=yyyyyyyyyyyyyyyyyyyyyyyyy
``` ```
Ok, let's issue a cert now: Ok, let's issue a cert now: