Files
k7/WTAPPROOT/K7/k7config.json

16 lines
290 B
JSON
Raw Normal View History

2019-10-25 20:16:43 +02:00
{
"sCommonName" : {
"user1" : {
"canImport" : true,
"canDelete" : true,
"privKeyIds" : [
"FullKeyId1",
"FullKeyId2"
]
},
"user2" : {
"canImport" : true
}
}
}