pub fn get_cn_and_san_attributes(x509: &X509Certificate<'_>) -> Vec<String>
Expand description
Retrieve from the x509 the common name (a.k.a CN
) and the
subject alternate names (a.k.a SAN
)
pub fn get_cn_and_san_attributes(x509: &X509Certificate<'_>) -> Vec<String>
Retrieve from the x509 the common name (a.k.a CN
) and the
subject alternate names (a.k.a SAN
)