Closed themilchenko closed 2 weeks ago
It wasn't SSL support. After the patch it was added there are several options to configure SSL:
ssl_cert_file
ssl_key_file
ssl_ca_file
ssl_ciphers
ssl_password
ssl_password_file
Closes #35
It wasn't SSL support. After the patch it was added there are several options to configure SSL:
ssl_cert_file
is a path to the SSL cert file;ssl_key_file
is a path to the SSL key file;ssl_ca_file
is a path to the SSL CA file;ssl_ciphers
is a colon-separated list of SSL ciphers;ssl_password
is a password for decrypting SSL private key;ssl_password_file
is a SSL file with key for decrypting SSL private key.Closes #35