crlfile.d 397 B

1234567891011121314
  1. c: Copyright (C) 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. Multi: single
  12. ---
  13. Provide a file using PEM format with a Certificate Revocation List that may
  14. specify peer certificates that are to be considered revoked.