From 64b480912fa916573ac3ac63c1e0c14937764ba9 Mon Sep 17 00:00:00 2001 From: SET Date: Sun, 15 Nov 2020 20:40:26 +0100 Subject: [PATCH] Update JSON configuration file template. Add canEditExpiryTime and canCreateKeys Json keys. --- WTAPPROOT/K7/k7config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WTAPPROOT/K7/k7config.json b/WTAPPROOT/K7/k7config.json index 601d446..a57806c 100644 --- a/WTAPPROOT/K7/k7config.json +++ b/WTAPPROOT/K7/k7config.json @@ -5,6 +5,8 @@ "canDelete" : true, "canEditOwnerTrust" : true, "canEditUidValidity" : true, + "canEditExpiryTime" : true, + "canCreateKeys" : true, "privKeyIds" : [ "FullKeyId1", "FullKeyId2"