Browse Source
Merge pull request #1248 from skid9000/patch-1
Fix the command to generate tsig key for knot api
pull/1326/merge
neil
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dnsapi/README.md
|
@ -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. |
|
|