boost::corosio::tls_context::add_verify_path
Add a directory of CA certificates for verification.
Synopsis
Declared in <boost/corosio/tls_context.hpp>
std::error_code
add_verify_path(std::string_view path);
Description
Adds a directory containing CA certificate files. Each file must contain a single certificate in PEM format, named using the subject name hash (as generated by openssl rehash or c_rehash).