cert-status.md (710B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: cert-status 5 Protocols: TLS 6 Added: 7.41.0 7 Help: Verify server cert status OCSP-staple 8 Category: tls 9 Multi: boolean 10 See-also: 11 - pinnedpubkey 12 Example: 13 - --cert-status $URL 14 --- 15 16 # `--cert-status` 17 18 Verify the status of the server certificate by using the Certificate Status 19 Request (aka. OCSP stapling) TLS extension. 20 21 If this option is enabled and the server sends an invalid (e.g. expired) 22 response, if the response suggests that the server certificate has been 23 revoked, or no response at all is received, the verification fails. 24 25 This support is currently only implemented in the OpenSSL and GnuTLS backends.