Loading...
Searching...
No Matches
Go to the documentation of this file.
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
20#include "net/config/ConfigTls.h"
22#include "net/config/ConfigSection.hpp"
24#ifndef DOXYGEN_SHOULD_SKIP_THIS
34 "Certificate chain file",
40 "Certificate key file",
45 "--cert-key-password",
46 "Password for the certificate key file",
53 "CA-certificate file",
59 "CA-certificate directory",
60 "directory:PEM-CONTAINER-DIR",
64 "--ca-cert-use-default-dir{true}",
65 "Use default CA-certificate directory",
71 "--ca-cert-accept-unknown{true}",
72 "Accept unknown certificates (unsecure)",
79 "Cipher list (OpenSSL syntax)",
86 "OR combined SSL/TLS options (OpenSSL values)",
93 "SSL/TLS initialization timeout in seconds",
100 "SSL/TLS shutdown timeout in seconds",
106 "--no-close-notify-is-eof{true}",
107 "Do not interpret a SSL/TLS close_notify alert as EOF",