crlfile.d 462 B

123456789101112131415
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: crlfile
  4. Arg: <file>
  5. Protocols: TLS
  6. Help: Use this CRL list
  7. Added: 7.19.7
  8. Category: tls
  9. Example: --crlfile rejects.txt $URL
  10. See-also: cacert capath
  11. ---
  12. Provide a file using PEM format with a Certificate Revocation List that may
  13. specify peer certificates that are to be considered revoked.
  14. If this option is used several times, the last one will be used.