Skip to main content

check_cert_expiry

Function check_cert_expiry 

Source
fn check_cert_expiry(
    der: &CertificateDer<'_>,
    path: &Path,
) -> Result<(), ServerError>
Expand description

Reject certs past notAfter; warn within 30 days.