Fixed Dreamhost ENV var name in dnsapi/README.md

This commit is contained in:
Austin Drummond
2018-03-24 18:57:22 -04:00
committed by GitHub
parent db3264ab8c
commit 5b355c6ca7

View File

@ -750,7 +750,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
```