Browse Source
False case in variable name for dreamhost api
pull/1475/head
pandiloko
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dnsapi/README.md
|
@ -753,7 +753,7 @@ DNS API keys may be created at https://panel.dreamhost.com/?tree=home.api. |
|
|
Ensure the created key has add and remove privelages. |
|
|
Ensure the created key has add and remove privelages. |
|
|
|
|
|
|
|
|
``` |
|
|
``` |
|
|
export DH_API_Key="<api key>" |
|
|
|
|
|
|
|
|
export DH_API_KEY="<api key>" |
|
|
acme.sh --issue --dns dns_dreamhost -d example.com -d www.example.com |
|
|
acme.sh --issue --dns dns_dreamhost -d example.com -d www.example.com |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|