notBefore
Not Before is a timestamp used to define the start of a validity window for digital credentials such as X.509 certificates and certain tokens. In X.509 certificates, Not Before is part of the certificate’s Validity period, which also includes Not After. The Not Before value specifies the earliest moment the certificate is considered valid and usable for authentication or TLS handshakes.
In X.509, Not Before is encoded in the certificate as a time value using either UTCTime or
Validation semantics are straightforward: during certificate verification, software checks that the current time t satisfies Not
Not Before also appears in similar contexts outside X.509. For JSON Web Tokens, a comparable concept exists
Understanding Not Before helps ensure correct timing for certificate trust, renewals, revocation decisions, and secure communications.