mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-12-02 01:46:30 +00:00
- Add SSL configuration options (ssl_mode, ssl_cert, ssl_key, ssl_root_cert, ssl_crl) - Support all PostgreSQL SSL modes (disable, allow, prefer, require, verify-ca, verify-full) - Add SSL context creation with certificate validation - Update initdb() method to handle SSL connection parameters - Add SSL environment variables to env.example - Maintain backward compatibility with existing non-SSL configurations