+ client: handle fields for certificate path and private key path
This commit is contained in:
committed by
Simon Zolin
parent
4445c4b669
commit
6d63450f03
@@ -248,3 +248,8 @@ export const SERVICES = [
|
||||
name: 'TikTok',
|
||||
},
|
||||
];
|
||||
|
||||
export const ENCRYPTION_SOURCE = {
|
||||
PATH: 'path',
|
||||
CONTENT: 'content',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user