blob: 83241dba2fc82728f5a126e2d84fb99ca804b8c8 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: cert-status
4Protocols: TLS
5Added: 7.41.0
6Help: Verify the status of the server cert via OCSP-staple
7Category: tls
8See-also: pinnedpubkey
9Example: --cert-status $URL
10Multi: boolean
11---
12Tells curl to verify the status of the server certificate by using the
13Certificate Status Request (aka. OCSP stapling) TLS extension.
14
15If this option is enabled and the server sends an invalid (e.g. expired)
16response, if the response suggests that the server certificate has been
17revoked, or no response at all is received, the verification fails.
18
19This is currently only implemented in the OpenSSL, GnuTLS and NSS backends.