vllm.entrypoints.ssl ¶
SSLCertRefresher ¶
A class that monitors SSL certificate files and reloads them when they change.
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.