mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
enbaled x509 vnc by default
This commit is contained in:
@@ -585,7 +585,7 @@ def _get_config_scheme() -> Dict:
|
||||
|
||||
"tls": {
|
||||
"ciphers": Option("ALL:@SECLEVEL=0", type=_make_ifarg(valid_ssl_ciphers, "")),
|
||||
"timeout": Option(5.0, type=valid_float_f01),
|
||||
"timeout": Option(30.0, type=valid_float_f01),
|
||||
"x509": {
|
||||
"cert": Option("", type=_make_ifarg(valid_abs_file, "")),
|
||||
"key": Option("", type=_make_ifarg(valid_abs_file, "")),
|
||||
|
||||
Reference in New Issue
Block a user