OXY-SYNC-CONTAINER 1.0
OXY-SYNC-CONTAINER Library Documentation
Loading...
Searching...
No Matches
oxy::sync::service::ssl_context Struct Reference

Represents an SSL context with certificate authority, certificate, and key. More...

#include <services.hpp>

Public Attributes

std::string ca
 The certificate authority (CA) for the SSL context.
std::string cert
 The certificate for the SSL context.
std::string key
 The private key for the SSL context.

Detailed Description

Represents an SSL context with certificate authority, certificate, and key.

This structure encapsulates the necessary information for establishing an SSL connection, including the certificate authority (CA), the certificate, and the private key. It is used to configure SSL connections for secure communication in the sync container library.