#include <net_ssl.h>
Definition at line 60 of file net_ssl.h.
◆ use_ssl_certificate()
| void epee::net_utils::ssl_authentication_t::use_ssl_certificate |
( |
boost::asio::ssl::context & | ssl_context | ) |
const |
Load private_key_path and certificate_path into ssl_context.
Definition at line 376 of file net_ssl.cpp.
377{
378 ssl_context.use_private_key_file(
private_key_path, boost::asio::ssl::context::pem);
380}
std::string certificate_path
Certificate used for authentication to peer.
std::string private_key_path
Private key used for authentication.
◆ certificate_path
| std::string epee::net_utils::ssl_authentication_t::certificate_path |
Certificate used for authentication to peer.
Definition at line 63 of file net_ssl.h.
◆ private_key_path
| std::string epee::net_utils::ssl_authentication_t::private_key_path |
Private key used for authentication.
Definition at line 62 of file net_ssl.h.
The documentation for this struct was generated from the following files:
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/contrib/epee/include/net/net_ssl.h
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/contrib/epee/src/net_ssl.cpp