Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

ssl::context_service::use_certificate_file

Use a certificate from a file.

boost::system::error_code use_certificate_file(
    impl_type & impl,
    const std::string & filename,
    context_base::file_format format,
    boost::system::error_code & ec);

PrevUpHomeNext