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
ae8f9561
Unverified
Commit
ae8f9561
authored
Mar 05, 2018
by
neil
Committed by
GitHub
Mar 05, 2018
Browse files
Merge pull request #1248 from skid9000/patch-1
Fix the command to generate tsig key for knot api
parents
61eaa44c
7f59d7ea
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/README.md
View file @
ae8f9561
...
@@ -354,7 +354,7 @@ acme.sh --issue --dns dns_gandi_livedns -d example.com -d www.example.com
...
@@ -354,7 +354,7 @@ acme.sh --issue --dns dns_gandi_livedns -d example.com -d www.example.com
First, generate a TSIG key for updating the zone.
First, generate a TSIG key for updating the zone.
```
```
keymgr tsig generate acme_key
algorithm
hmac-sha512 > /etc/knot/acme.key
keymgr tsig generate
-t
acme_key hmac-sha512 > /etc/knot/acme.key
```
```
Include this key in your knot configuration file.
Include this key in your knot configuration file.
...
...
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