pub fn load_rustls_config( cert_path: impl AsRef<Path>, key_path: impl AsRef<Path>, ) -> Option<ServerConfig>
Loads the TLS configuration for the API server.