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.
18 lines
371 B
JSON
18 lines
371 B
JSON
{
|
|
"sCommonName" : {
|
|
"user1" : {
|
|
"canImport" : true,
|
|
"canDelete" : true,
|
|
"canEditOwnerTrust" : true,
|
|
"canEditUidValidity" : true,
|
|
"privKeyIds" : [
|
|
"FullKeyId1",
|
|
"FullKeyId2"
|
|
]
|
|
},
|
|
"user2" : {
|
|
"canImport" : true
|
|
}
|
|
}
|
|
}
|