pub type DynamicCertificates = AHashMap<String, Arc<TlsCertificate>>;
pub struct DynamicCertificates(/* private fields */);