Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
cbf0ceac
Commit
cbf0ceac
authored
Mar 16, 2018
by
Martin Kammerlander
Browse files
Update dnsapi Readme.
parent
8c634d83
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/README.md
View file @
cbf0ceac
...
@@ -784,6 +784,27 @@ acme.sh --issue --dns dns_da -d example.com -d www.example.com
...
@@ -784,6 +784,27 @@ 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.
The
`DA_Api`
and
`DA_Api_Insecure`
will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
## 42. Use All-inkl Kasserver API
All-inkl Kasserver API (https://kasapi.kasserver.com/dokumentation) needs you to set your Login credentials like so:
```
export KAS_Login="yourusername"
export KAS_Authtype="sha1"
export KAS_Authdata="password"
```
Note: Please for now always set the
`KAS_Authtype`
always simply to
`sha1`
.
Then you can issue your certificate:
```
acme.sh --issue --dns dns_kas -d example.com -d www.example.com
```
The
`KAS_Login`
,
`KAS_Authtype`
and
`KAS_Authdata`
settings will be saved in
`~/.acme.sh/account.conf`
and will be reused when needed.
Please report any issues to https://github.com/phlegx/acme.sh.
# Use custom API
# Use custom 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