fn check_cert_expiry(
der: &CertificateDer<'_>,
path: &Path,
) -> Result<(), ServerError>Expand description
Reject certs past notAfter; warn within 30 days.
fn check_cert_expiry(
der: &CertificateDer<'_>,
path: &Path,
) -> Result<(), ServerError>Reject certs past notAfter; warn within 30 days.