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
b4f4c288
Unverified
Commit
b4f4c288
authored
Mar 28, 2018
by
Habetdin
Committed by
GitHub
Mar 28, 2018
Browse files
Update README.md
parent
b14ef537
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/README.md
View file @
b4f4c288
...
...
@@ -787,7 +787,19 @@ acme.sh --issue --dns dns_da -d example.com -d www.example.com
The
`DA_Api`
and
`DA_Api_Insecure`
will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
## 42. Use Zilore API to automatically issue cert
## 42. Use KingHost DNS API
API access must be enabled at https://painel.kinghost.com.br/painel.api.php
```
export KINGHOST_Username="yourusername"
export KINGHOST_Password="yourpassword"
acme.sh --issue --dns dns_kinghost -d example.com -d *.example.com
```
The
`KINGHOST_username`
and
`KINGHOST_Password`
will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
## 43. Use Zilore DNS API
First you need to login to your Zilore account to get your API key.
...
...
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