fix(ssl): use mountPath parameter not a hardcoded path

This commit is contained in:
peaklabs-dev
2025-02-04 18:31:09 +01:00
parent 3f857c6dac
commit 80fc7c7b97
2 changed files with 9 additions and 7 deletions

View File

@@ -79,6 +79,7 @@ class StartPostgresql
caCert: $caCert->ssl_certificate,
caKey: $caCert->ssl_private_key,
configurationDir: $this->configuration_dir,
mountPath: '/var/lib/postgresql/certs',
);
}
}