#include <make_ssl_context.hpp>
|
boost::asio::ssl::context | ctx = boost::asio::ssl::context{boost::asio::ssl::context::tls_server} |
|
std::variant< std::string, std::filesystem::path > | certificate |
|
std::variant< std::string, std::filesystem::path > | privateKey |
|
std::string | diffieHellmanParameters = "" |
|
std::string | password = "" |
|
◆ certificate
std::variant<std::string, std::filesystem::path> Roar::SslServerContext::certificate |
◆ ctx
boost::asio::ssl::context Roar::SslServerContext::ctx = boost::asio::ssl::context{boost::asio::ssl::context::tls_server} |
◆ diffieHellmanParameters
std::string Roar::SslServerContext::diffieHellmanParameters = "" |
◆ password
std::string Roar::SslServerContext::password = "" |
◆ privateKey
std::variant<std::string, std::filesystem::path> Roar::SslServerContext::privateKey |
The documentation for this struct was generated from the following file: