roar
Loading...
Searching...
No Matches
Public Attributes | List of all members
Roar::SslServerContext Struct Reference

#include <make_ssl_context.hpp>

Collaboration diagram for Roar::SslServerContext:

Public Attributes

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 = ""
 

Member Data Documentation

◆ 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: