#include "tls_params.hpp"
Simple container for TLS server parameters
- port - listening port for TLS server
- key_path - path to a keypair to use Filenames are a result of appending '.crt' and '.key' to this path For example, if key_path == "/path/to/a/key", then the corresponding key file would be "/path/to/a/key.key", and the certificate would be "/path/to/a/key.crt"
◆ key_path
| std::string iroha::torii::TlsParams::key_path |
◆ port
| size_t iroha::torii::TlsParams::port |
The documentation for this struct was generated from the following file: