mirror of
https://github.com/valkey-io/valkey.git
synced 2026-05-06 05:26:42 -04:00
e4804d50ff
- Parse TLS certificate expiry/serials and refresh cached values at startup and on TLS reconfigure; - expose INFO # TLS fields so monitoring can alert on impending expiry. INFO: ``` # TLS tls_server_cert_serial:826F01147AC63276 tls_server_cert_expires_in_seconds:123456 tls_client_cert_serial:826F01147AC63276 tls_client_cert_expires_in_seconds:123456 tls_ca_cert_serial:11A566... tls_ca_cert_expires_in_seconds:987654 ``` --------- Signed-off-by: Yiwen Zhang <yiwen_zhang@apple.com> Signed-off-by: Yiwen Zhang <zhangyiwen1221@gmail.com> Co-authored-by: Yiwen Zhang <yiwen_zhang@apple.com>