Function generate_certificate_authority
pub fn generate_certificate_authority(
config: SelfSignedCaConfig,
) -> Result<CertificateAuthorityData, Box<dyn Error + Send + Sync>>Available on crate features
boring and crypto and std only.