Check if certificate has OCSP must-staple extension
OCSP Must-Staple is a certificate extension (defined in RFC 7633) that tells clients the server must provide an OCSP stapled response during the TLS handshake. This ensures certificate revocation status is checked in real-time rather than relying on CRLs or client-initiated OCSP requests, which can be privacy-invasive and slow. Our Must-Staple Checker verifies whether a certificate includes this critical extension.
Extension: TLS Feature extension (RFC 6962) detection
OCSP: Online Certificate Status Protocol integration requirements
Validation: Certificate extension analysis and configuration verification
Servers: Nginx, Apache, and HAProxy OCSP stapling support