21 lines
486 B
JSON
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
|
|
}
|
|
}
|
|
}
|