mirror of
https://github.com/curl/curl.git
synced 2025-01-12 13:55:11 +08:00
df45fd1794
gen.pl now insists on C: and SPDX-License-Identifier: fields to be present in all files. Closes #9002
16 lines
462 B
D
16 lines
462 B
D
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
Long: crlfile
|
|
Arg: <file>
|
|
Protocols: TLS
|
|
Help: Use this CRL list
|
|
Added: 7.19.7
|
|
Category: tls
|
|
Example: --crlfile rejects.txt $URL
|
|
See-also: cacert capath
|
|
---
|
|
Provide a file using PEM format with a Certificate Revocation List that may
|
|
specify peer certificates that are to be considered revoked.
|
|
|
|
If this option is used several times, the last one will be used.
|