feat: support MySQL SSL connection (close #185)

This commit is contained in:
ttionya
2025-02-18 19:39:25 +08:00
parent d8238694cb
commit 729f828b81
4 changed files with 45 additions and 2 deletions
@@ -40,6 +40,18 @@ Default: `vaultwarden`
MySQL(MariaDB) password, **required**.
#### MYSQL_SSL_CA
The path to the CA certificate for TLS connection (optional).
#### MYSQL_SSL_CERT
The path to the client certificate for TLS connection (optional).
#### MYSQL_SSL_KEY
The path to the client key for TLS connection (optional).
<br>