Function certify::generate_ca

source ·
pub fn generate_ca(
    country: &str,
    org: &str,
    cn: &str,
    sig_algo: CertSigAlgo,
    pem_str: Option<&str>,
    days: Option<i64>
) -> Result<(String, String), CertifyError>
Expand description

Generate CA cert