yangdx df8b4202f3 feat: Add SSL support for PostgreSQL database connections
- 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
2025-07-21 02:03:06 +08:00
..
2025-07-17 23:11:07 +02:00
2025-07-15 17:24:57 +08:00
2025-07-16 02:20:27 +08:00
2025-07-06 00:16:47 +08:00
2025-06-29 01:28:39 +05:00
2025-07-15 21:35:12 +08:00