|
OXY-SYNC-CONTAINER 1.0
OXY-SYNC-CONTAINER Library Documentation
|
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. | |
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.