Files
k7/WTAPPROOT/K7/k7config.json
SET 7f8af95d3a Certify key.
In-place editing with a popup if user is allowed in app config file.
User must of course manage at least a private key. User identities of
target key may be selectively chosen. Optionally, certification may be
exportable and non-revocable.
2020-11-03 11:06:25 +01:00

18 lines
371 B
JSON

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