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
4162975f
Commit
4162975f
authored
Aug 02, 2018
by
Oliver Dick
Browse files
added hosting.de API to README's
parent
5494e88e
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4162975f
...
@@ -321,6 +321,7 @@ You don't have to do anything manually!
...
@@ -321,6 +321,7 @@ You don't have to do anything manually!
1.
acme-dns (https://github.com/joohoi/acme-dns)
1.
acme-dns (https://github.com/joohoi/acme-dns)
1.
TELE3 (https://www.tele3.cz)
1.
TELE3 (https://www.tele3.cz)
1.
EUSERV.EU (https://www.euserv.eu)
1.
EUSERV.EU (https://www.euserv.eu)
1.
hosting.de (https://www.hosting.de)
And:
And:
...
...
dnsapi/README.md
View file @
4162975f
...
@@ -897,6 +897,29 @@ acme.sh --issue --dns dns_euserv -d example.com -d *.example.com --insecure
...
@@ -897,6 +897,29 @@ acme.sh --issue --dns dns_euserv -d example.com -d *.example.com --insecure
The
`EUSERV_Username`
and
`EUSERV_Password`
will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
The
`EUSERV_Username`
and
`EUSERV_Password`
will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
Please report any issues to https://github.com/initit/acme.sh or to
<github@initit.de>
Please report any issues to https://github.com/initit/acme.sh or to
<github@initit.de>
## 48. Use hosting.de API
Create an API key in your hosting.de account here: https://secure.hosting.de
The key needs the following rights:
-
DNS_ZONES_EDIT
-
DNS_ZONES_LIST
Set your API Key and endpoint:
```
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.
Ok, let's issue a cert now:
```
acme.sh --issue --dns dns_hostingde -d example.com -d *.example.com
```
The hosting.de API key and endpoint will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
# Use custom API
# Use custom API
If your API is not supported yet, you can write your own DNS API.
If your API is not supported yet, you can write your own DNS API.
...
...
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