Update JSON configuration file template.

Add canEditExpiryTime and canCreateKeys Json keys.
This commit is contained in:
SET
2020-11-15 20:40:26 +01:00
parent e312ac1efd
commit 64b480912f

View File

@@ -5,6 +5,8 @@
"canDelete" : true, "canDelete" : true,
"canEditOwnerTrust" : true, "canEditOwnerTrust" : true,
"canEditUidValidity" : true, "canEditUidValidity" : true,
"canEditExpiryTime" : true,
"canCreateKeys" : true,
"privKeyIds" : [ "privKeyIds" : [
"FullKeyId1", "FullKeyId1",
"FullKeyId2" "FullKeyId2"