22 lines
439 B
Markdown
Raw Normal View History

2024-05-15 15:20:32 -04:00
---
2023-12-11 20:30:44 -05:00
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: crlfile
Arg: <file>
Protocols: TLS
2024-05-15 15:20:32 -04:00
Help: Certificate Revocation list
2023-12-11 20:30:44 -05:00
Added: 7.19.7
Category: tls
Multi: single
2024-05-15 15:20:32 -04:00
See-also:
- cacert
- capath
Example:
- --crlfile rejects.txt $URL
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--crlfile`
2023-12-11 20:30:44 -05:00
Provide a file using PEM format with a Certificate Revocation List that may
specify peer certificates that are to be considered revoked.