pub fn subject_name(cert: &X509Ref) -> Vec<String>
Expand description
Extracts the object=name pairs of the subject name from a cert. eg:
["C=US", "ST=CA", "L=SanFrancisco", "O=Fort-Funston", "OU=MyOrganizationalUnit",
"CN=do.havedane.net", "name=EasyRSA", "emailAddress=me@myhost.mydomain"]