1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-07-26 03:07:03 +00:00

False case in variable name for dreamhost api

This commit is contained in:
pandiloko 2018-04-01 14:41:35 +02:00 committed by GitHub
parent 521d8c4b1f
commit 499f745732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
```
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
```