mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-09 08:32:09 +08:00
Dynu ClientID and Secret need to be without double quotes
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user