+ client: handle fields for certificate path and private key path
This commit is contained in:
committed by
Simon Zolin
parent
4445c4b669
commit
6d63450f03
@@ -77,6 +77,8 @@ const encryption = handleActions({
|
||||
private_key: '',
|
||||
server_name: '',
|
||||
warning_validation: '',
|
||||
certificate_path: '',
|
||||
private_key_path: '',
|
||||
});
|
||||
|
||||
export default encryption;
|
||||
|
||||
Reference in New Issue
Block a user