Function certNotExpiredBy

  • Checks if the certificate is valid for a date. Certificates are valid for a time range. The time range is exclusive i.e. not-before and not-after.

    Parameters

    • cert: Readonly<X509Certificate>
    • now: Date = ...

    Returns boolean

Generated using TypeDoc