get_ssl_context_kwargs
get_ssl_context_kwargs
Get SSL parameters suitable for passing to uvicorn’s ssl_certfile and
ssl_keyfile arguments.
Returns
dict[str, Any] — A dictionary with ssl_certfile and ssl_keyfile keys when
SSL is enabled and valid. Returns an empty dict when SSL is disabled.