diff --git a/dnsapi/README.md b/dnsapi/README.md index c8fab76c..32d706d7 100644 --- a/dnsapi/README.md +++ b/dnsapi/README.md @@ -507,10 +507,10 @@ acme.sh --issue --dns dns_nsone -d example.com -d www.example.com ## 27. Use DreamHost DNS API -Create an DNS API key at https://panel.dreamhost.com/?tree=home.api +DNS API keys may be created at https://panel.dreamhost.com/?tree=home.api ``` -export DH_API_Key="fdmlfsdklmfdkmqsdfk" +export DH_API_Key="" ``` Ok, let's issue a cert now: @@ -518,6 +518,9 @@ Ok, let's issue a cert now: acme.sh --issue --dns dns_dreamhost -d example.com -d www.example.com ``` +The 'DH_API_KEY' will be saved in `~/.acme.sh/account.conf` and will +be reused when needed. + # Use custom API If your API is not supported yet, you can write your own DNS API.