pub fn client_cert_credential(subject_dn: &str) -> AuthCredentialExpand description
Extract the subject DN from a client certificate.
Convenience function for building an AuthCredential::ClientCert
from TLS peer certificate information.
pub fn client_cert_credential(subject_dn: &str) -> AuthCredentialExtract the subject DN from a client certificate.
Convenience function for building an AuthCredential::ClientCert
from TLS peer certificate information.