Function generate_server_auth
pub fn generate_server_auth(
config: GeneratedServerAuthConfig,
) -> Result<(Vec<CertificateDer<'static>>, PrivateKeyDer<'static>), Box<dyn Error + Send + Sync>>Available on crate features
boring and crypto and std only.