Files
k7/WTAPPROOT/K7/k7config.json
SET bb174075df Allow to add and revoke user identities.
Using a popup with required parameters.
2020-11-19 19:16:17 +01:00

21 lines
486 B
JSON

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