blob: 844fa85155152f849a0eb4128452c7a81f716e64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"access": "write",
"avail": "2.0.0",
"brief": [ "This command unconditionally creates new GSS-TSIG keys (rekeys) for all DNS servers." ],
"cmd-syntax": [
"{",
" \"command\": \"gss-tsig-rekey-all\"",
"}"
],
"description": [ "See <xref linkend=\"command-gss-tsig-rekey-all\"/>" ],
"hook": "gss_tsig",
"name": "gss-tsig-rekey-all",
"support": [ "kea-dhcp-ddns" ],
"resp-syntax": [
"{",
" \"result\": 0,",
" \"text\": \"rekeyed\"",
"}"
]
}
|