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