mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
feat(core): Add MySQL/MariaDB SSL connection support
This commit is contained in:
@@ -1730,6 +1730,19 @@ default-character-set=utf8
|
||||
default-character-set=utf8
|
||||
----
|
||||
|
||||
MySQL SSL Connection
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Add the following settings in the `sogo.conf` file to enable SSL connection between SOGo and MySQL / MariaDB :
|
||||
|
||||
----
|
||||
MySQL4SSLEnabled = YES;
|
||||
MySQL4SSLKeyPath = "/mysql_keys/client-key.pem";
|
||||
MySQL4SSLCertPath = "/mysql_keys/client-cert.pem";
|
||||
MySQL4SSLCaPath = "/mysql_keys/ca-cert.pem";
|
||||
----
|
||||
|
||||
|
||||
MySQL complete Unicode compliance
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user