2
0
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:
Francis Dupont
2021-09-05 17:26:37 +02:00
committed by Razvan Becheriu
parent d840346cb3
commit d62b1dffc5
3 changed files with 14 additions and 1 deletions

View File

@@ -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\": [ ]",
" }", " }",
" ]", " ]",
" }", " }",

View File

@@ -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\",",

View File

@@ -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\",",