xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 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 | 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. |