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
b7e92dbc
Commit
b7e92dbc
authored
Feb 06, 2019
by
Sebastiaan Hoogeveen
Browse files
Documentation update.
parent
44dcb0d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b7e92dbc
...
@@ -351,6 +351,7 @@ You don't have to do anything manually!
...
@@ -351,6 +351,7 @@ You don't have to do anything manually!
1.
PointDNS API (https://pointhq.com/)
1.
PointDNS API (https://pointhq.com/)
1.
Active24.cz API (https://www.active24.cz/)
1.
Active24.cz API (https://www.active24.cz/)
1.
do.de API (https://www.do.de/)
1.
do.de API (https://www.do.de/)
1.
NederHost API (https://www.nederhost.nl/)
And:
And:
...
...
dnsapi/README.md
View file @
b7e92dbc
...
@@ -1172,6 +1172,20 @@ acme.sh --issue --dns dns_doapi -d example.com -d *.example.com
...
@@ -1172,6 +1172,20 @@ acme.sh --issue --dns dns_doapi -d example.com -d *.example.com
The API token will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
The API token will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
## 61. Use NederHost API
Create an API token in Mijn NederHost.
Set your API key:
```
export NederHost_Key='xxx'
```
To issue a certificate run:
```
acme.sh --issue --dns dns_nederhost -d example.com -d
*
.example.com
```
# 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