A short-lived certificate is a certificate with a deliberately brief validity period to reduce exposure from stale or compromised trust material. It matters because shorter credential lifetimes can reduce blast radius and dependency on heavyweight revocation handling.
What is Short-Lived Certificate?
Short-lived certificates are often paired with automation because frequent renewal would be painful to manage manually. They help limit the damage from forgotten, leaked, or outdated certificates by reducing how long any one credential remains valid.
What Short-Lived Certificate Commonly Supports
Common uses include automated TLS, machine identity, cloud-native systems, ephemeral workloads, and modern certificate lifecycle strategies.
Short-Lived Certificate vs. Long-Lived Certificate
A short-lived certificate reduces the trust window intentionally. A long-lived certificate stays active longer and can accumulate more exposure if forgotten or compromised.
Frequently Asked Questions
Why use short-lived certificates?
Because they shrink credential lifetime and can reduce some revocation and stale-trust problems when automation is strong.
What is the tradeoff?
You usually need solid automation, inventory, and renewal discipline to make them practical at scale.