xref: /curl/docs/cmdline-opts/crlfile.md (revision fe9f68fa)
1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: crlfile
5Arg: <file>
6Protocols: TLS
7Help: Certificate Revocation list
8Added: 7.19.7
9Category: tls
10Multi: single
11See-also:
12  - cacert
13  - capath
14Example:
15  - --crlfile rejects.txt $URL
16---
17
18# `--crlfile`
19
20Provide a file using PEM format with a Certificate Revocation List that may
21specify peer certificates that are to be considered revoked.
22