mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-26 15:02:03 +00:00
hosting.de API keys can contain special chars, so using simple quotes
This commit is contained in:
parent
4162975f9f
commit
ed95509a4f
@ -908,8 +908,8 @@ The key needs the following rights:
|
|||||||
Set your API Key and endpoint:
|
Set your API Key and endpoint:
|
||||||
|
|
||||||
```
|
```
|
||||||
export HOSTINGDE_APIKEY="xxx"
|
export HOSTINGDE_APIKEY='xxx'
|
||||||
export HOSTINGDE_ENDPOINT="https://secure.hosting.de"
|
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.
|
The plugin can also be used for the http.net API. http.net customers have to set endpoint to https://partner.http.net.
|
||||||
|
Loading…
Reference in New Issue
Block a user