Function generate_certificate_authority_x509
pub fn generate_certificate_authority_x509(
config: &SelfSignedCaConfig,
) -> Result<(X509, PKey<Private>), Box<dyn Error + Send + Sync>>Available on crate features
boring and crypto and std only.Expand description
Generate a self-signed certificate authority.