vllm.entrypoints.ssl ¶
   SSLCertRefresher ¶
 A class that monitors SSL certificate files and reloads them when they change.
Source code in vllm/entrypoints/ssl.py
   __init__ ¶
 __init__(
    ssl_context: SSLContext,
    key_path: str | None = None,
    cert_path: str | None = None,
    ca_path: str | None = None,
) -> None
Source code in vllm/entrypoints/ssl.py
   _watch_files  async  ¶
  Watch multiple file paths asynchronously.
Source code in vllm/entrypoints/ssl.py
   stop ¶
  Stop watching files.