cert-status.d 702 B

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