Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 758 Bytes

ca-native.md

File metadata and controls

28 lines (25 loc) · 758 Bytes
c SPDX-License-Identifier Long Help Protocols Category Added Multi See-also Example
Copyright (C) Daniel Stenberg, <[email protected]>, et al.
curl
ca-native
Load CA certs from the OS
TLS
tls
8.2.0
boolean
cacert
capath
insecure
--ca-native $URL

--ca-native

Use the CA store from the native operating system to verify the peer. By default, curl otherwise uses a CA store provided in a single file or directory, but when using this option it interfaces the operating system's own vault.

This option works for curl on Windows when built to use OpenSSL, wolfSSL (added in 8.3.0) or GnuTLS (added in 8.5.0). When curl on Windows is built to use Schannel, this feature is implied and curl then only uses the native CA store.