dump-ca-embed.md (538B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: dump-ca-embed 5 Help: Write the embedded CA bundle to standard output 6 Protocols: TLS 7 Category: http proxy tls 8 Added: 8.10.0 9 Multi: boolean 10 See-also: 11 - ca-native 12 - cacert 13 - capath 14 - proxy-ca-native 15 - proxy-cacert 16 - proxy-capath 17 Example: 18 - --dump-ca-embed 19 --- 20 21 # `--dump-ca-embed` 22 23 Write the CA bundle embedded in curl to standard output, then quit. 24 25 If curl was not built with a default CA bundle embedded, the output is empty.