Dynu ClientID and Secret need to be without double quotes
parent
b9b373201d
commit
786136d8f7
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue