+ client: handle fields for certificate path and private key path

This commit is contained in:
Ildar Kamalov
2019-08-28 18:55:53 +03:00
committed by Simon Zolin
parent 4445c4b669
commit 6d63450f03
7 changed files with 311 additions and 112 deletions

View File

@@ -77,6 +77,8 @@ const encryption = handleActions({
private_key: '',
server_name: '',
warning_validation: '',
certificate_path: '',
private_key_path: '',
});
export default encryption;