pub fn verifier_for_dbg(root: &[u8]) -> Arc<dyn ServerCertVerifier>
Expand description

Exposed for debugging certificate issues with standalone tools.

This is not intended for production use, you should use tls_config instead.