mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 10:31:54 +08:00
refactoring of x509
This commit is contained in:
@@ -68,6 +68,8 @@ def main(argv: Optional[List[str]]=None) -> None:
|
||||
|
||||
tls_ciphers=config.server.tls.ciphers,
|
||||
tls_timeout=config.server.tls.timeout,
|
||||
x509_cert_path=config.server.tls.x509.cert,
|
||||
x509_key_path=config.server.tls.x509.key,
|
||||
|
||||
desired_fps=config.desired_fps,
|
||||
keymap_path=config.keymap,
|
||||
|
||||
Reference in New Issue
Block a user