xref: /aosp_15_r20/external/curl/docs/cmdline-opts/crlfile.md (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1---
2c: Copyright (C) Daniel Stenberg, <[email protected]>, 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