Files
k7/WTAPPROOT/K7/k7config.json
SET 64b480912f Update JSON configuration file template.
Add canEditExpiryTime and canCreateKeys Json keys.
2020-11-15 20:40:26 +01:00

20 lines
447 B
JSON

{
"sCommonName" : {
"user1" : {
"canImport" : true,
"canDelete" : true,
"canEditOwnerTrust" : true,
"canEditUidValidity" : true,
"canEditExpiryTime" : true,
"canCreateKeys" : true,
"privKeyIds" : [
"FullKeyId1",
"FullKeyId2"
]
},
"user2" : {
"canImport" : true
}
}
}