Browse Source

hosting.de API keys can contain special chars, so using simple quotes

dnsconf
Oliver Dick 6 years ago
parent
commit
ed95509a4f
  1. 4
      dnsapi/README.md

4
dnsapi/README.md

@ -908,8 +908,8 @@ The key needs the following rights:
Set your API Key and endpoint:
```
export HOSTINGDE_APIKEY="xxx"
export HOSTINGDE_ENDPOINT="https://secure.hosting.de"
export HOSTINGDE_APIKEY='xxx'
export HOSTINGDE_ENDPOINT='https://secure.hosting.de'
```
The plugin can also be used for the http.net API. http.net customers have to set endpoint to https://partner.http.net.

Loading…
Cancel
Save