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