pub fn build_server_config( cert_pem: &[u8], key_pem: &[u8], ) -> Result<Arc<ServerConfig>, String>
Build a ServerConfig from PEM key+cert bytes.
ServerConfig
key
cert