Support SSL Key Rotation in HTTP Server (#13495)
This commit is contained in:
@@ -960,6 +960,7 @@ async def run_server(args, **uvicorn_kwargs) -> None:
|
||||
shutdown_task = await serve_http(
|
||||
app,
|
||||
sock=sock,
|
||||
enable_ssl_refresh=args.enable_ssl_refresh,
|
||||
host=args.host,
|
||||
port=args.port,
|
||||
log_level=args.uvicorn_log_level,
|
||||
|
||||
Reference in New Issue
Block a user