1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-11 16:33:02 +00:00

Merge pull request #1475 from pandiloko/patch-1

False case in variable name for dreamhost api
This commit is contained in:
neil
2018-04-02 13:17:29 +08:00
committed by GitHub
+1 -1
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
```