Certificate Validity Period
A certificate validity period is the window of time during which a digital certificate is considered trustworthy and can be relied upon as authentic. It runs from a defined start date and time to a defined end date and time, after which the certificate expires and is no longer trusted. Once expired, a certificate must typically be renewed or replaced to continue securing connections or identities.
The certificate validity period is the interval bounded by the certificate's notBefore and notAfter fields, during which the certificate is intended to be valid (per NIST CSRC). For publicly-trusted TLS certificates, the maximum permitted validity is governed by the CA/Browser Forum Baseline Requirements, which have historically capped validity at 398 days (roughly 13 months). Maximum lifetimes are being reduced over time; some certificate authorities (for example, Let's Encrypt) have signaled shorter lifetimes, and the trend toward shorter validity periods generally drives adoption of automated certificate issuance and renewal. Exact maximum durations depend on the applicable version of the Baseline Requirements and the certificate type, and are subject to change through phased schedules; practitioners should confirm current limits against the governing requirements in force. Note that the validity period defines only the intended trust window and does not by itself guarantee that a certificate has not been compromised or revoked before expiry.
Why it matters
The certificate validity period determines how long a digital certificate can be relied upon before it must be renewed or replaced. When a certificate expires unexpectedly, the systems that depend on it can fail to establish trusted connections, causing service outages, broken integrations, and loss of user confidence. Because the validity period defines only the intended trust window, it is a foundational input to any certificate lifecycle management process, and mismanaging it is a common and avoidable source of disruption.
Who it's relevant to
Inside Certificate Validity Period
Common questions
Answers to the questions practitioners most commonly ask about Certificate Validity Period.