mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[#2078] Updated after key container change
This commit is contained in:
committed by
Razvan Becheriu
parent
d840346cb3
commit
d62b1dffc5
@@ -14,7 +14,7 @@
|
|||||||
"resp-syntax": [
|
"resp-syntax": [
|
||||||
"{",
|
"{",
|
||||||
" \"result\": 0,",
|
" \"result\": 0,",
|
||||||
" \"text\": \"1 GSS-TSIG servers\",",
|
" \"text\": \"1 GSS-TSIG servers and 1 keys\",",
|
||||||
" \"arguments\": {",
|
" \"arguments\": {",
|
||||||
" \"gss-tsig-servers\": [",
|
" \"gss-tsig-servers\": [",
|
||||||
" {",
|
" {",
|
||||||
@@ -29,11 +29,22 @@
|
|||||||
" \"{",
|
" \"{",
|
||||||
" \"name\": \"1234.sig-foo.com.\",",
|
" \"name\": \"1234.sig-foo.com.\",",
|
||||||
" \"inception-date\": \"2021-09-05 12:23:36.281176\",",
|
" \"inception-date\": \"2021-09-05 12:23:36.281176\",",
|
||||||
|
" \"server-id\": \"foo\",",
|
||||||
" \"expire-date\": \"2021-09-05 13:23:36.281176\",",
|
" \"expire-date\": \"2021-09-05 13:23:36.281176\",",
|
||||||
" \"status\": \"not yet ready\",",
|
" \"status\": \"not yet ready\",",
|
||||||
" \"tkey-exchange\": true",
|
" \"tkey-exchange\": true",
|
||||||
" }",
|
" }",
|
||||||
" ]",
|
" ]",
|
||||||
|
" },",
|
||||||
|
" {",
|
||||||
|
" \"id\": \"bar\",",
|
||||||
|
" \"ip-address\": \"192.1.2.4\",",
|
||||||
|
" \"port\": 53,",
|
||||||
|
" \"server-principal\": \"DNS/bar.com@FOO.COM\",",
|
||||||
|
" \"key-name-suffix\": \"bar.com.\",",
|
||||||
|
" \"tkey-lifetime\": 7200,",
|
||||||
|
" \"tkey-protocol\": \"UDP\",",
|
||||||
|
" \"keys\": [ ]",
|
||||||
" }",
|
" }",
|
||||||
" ]",
|
" ]",
|
||||||
" }",
|
" }",
|
||||||
|
@@ -31,6 +31,7 @@
|
|||||||
" \"keys\": [",
|
" \"keys\": [",
|
||||||
" \"{",
|
" \"{",
|
||||||
" \"name\": \"1234.sig-foo.com.\",",
|
" \"name\": \"1234.sig-foo.com.\",",
|
||||||
|
" \"server-id\": \"foo\",",
|
||||||
" \"inception-date\": \"2021-09-05 12:23:36.281176\",",
|
" \"inception-date\": \"2021-09-05 12:23:36.281176\",",
|
||||||
" \"expire-date\": \"2021-09-05 13:23:36.281176\",",
|
" \"expire-date\": \"2021-09-05 13:23:36.281176\",",
|
||||||
" \"status\": \"not yet ready\",",
|
" \"status\": \"not yet ready\",",
|
||||||
|
@@ -22,6 +22,7 @@
|
|||||||
" \"text\": \"GSS-TSIG key '1234.sig-foo.com.' found\"",
|
" \"text\": \"GSS-TSIG key '1234.sig-foo.com.' found\"",
|
||||||
" \"arguments\": {",
|
" \"arguments\": {",
|
||||||
" \"name\": \"1234.sig-foo.com.\",",
|
" \"name\": \"1234.sig-foo.com.\",",
|
||||||
|
" \"server-id\": \"foo\",",
|
||||||
" \"inception-date\": \"2021-09-05 12:23:36.281176\",",
|
" \"inception-date\": \"2021-09-05 12:23:36.281176\",",
|
||||||
" \"expire-date\": \"2021-09-05 13:23:36.281176\",",
|
" \"expire-date\": \"2021-09-05 13:23:36.281176\",",
|
||||||
" \"status\": \"not yet ready\",",
|
" \"status\": \"not yet ready\",",
|
||||||
|
Reference in New Issue
Block a user