Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
ed95509a
Commit
ed95509a
authored
Aug 02, 2018
by
Oliver Dick
Browse files
hosting.de API keys can contain special chars, so using simple quotes
parent
4162975f
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/README.md
View file @
ed95509a
...
@@ -908,8 +908,8 @@ The key needs the following rights:
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment