boost::corosio::tls_context::use_certificate_chain
Load a certificate chain from a memory buffer.
Synopsis
Declared in <boost/corosio/tls_context.hpp>
std::error_code
use_certificate_chain(std::string_view chain);
Description
Loads the entity certificate followed by intermediate CA certificates. The chain should be ordered from leaf to root (excluding the root). This is the typical format for PEM certificate bundles.
Parameters
| Name | Description |
|---|---|
chain |
The certificate chain data in PEM format (concatenated certificates). |
See Also
use_certificate_chain_file
Created with MrDocs