fix(ssl): KeyDB port and caCert args are missing
This commit is contained in:
parent
43adb74755
commit
0a738e6bff
1 changed files with 2 additions and 0 deletions
|
|
@ -287,9 +287,11 @@ private function buildStartCommand(): string
|
|||
|
||||
if ($this->database->enable_ssl) {
|
||||
$sslArgs = [
|
||||
'--tls-port 6380',
|
||||
'--tls-cert-file /etc/keydb/certs/server.crt',
|
||||
'--tls-key-file /etc/keydb/certs/server.key',
|
||||
'--tls-ca-cert-file /etc/keydb/certs/coolify-ca.crt',
|
||||
'--tls-auth-clients optional',
|
||||
];
|
||||
$command .= ' '.implode(' ', $sslArgs);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue