]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
False case in variable name for dreamhost api
authorpandiloko <1jasotel@gmail.com>
Sun, 1 Apr 2018 12:41:35 +0000 (14:41 +0200)
committerGitHub <noreply@github.com>
Sun, 1 Apr 2018 12:41:35 +0000 (14:41 +0200)
dnsapi/README.md

index ba1c045c8800fe7f6758b1e22503d23f42d1f2da..045ed0e176044a6c42445c6b71d6cb450123caa5 100644 (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
 ```