refactor(database): require PEM key file for SSL certificate regeneration

This commit is contained in:
Andras Bacsai
2025-03-27 10:02:25 +01:00
parent 1857a54d92
commit 3be6be4c1b
7 changed files with 7 additions and 0 deletions

View File

@@ -188,6 +188,7 @@ class General extends Component
caKey: $caCert->ssl_private_key,
configurationDir: $existingCert->configuration_dir,
mountPath: $existingCert->mount_path,
isPemKeyFileRequired: true,
);
$this->dispatch('success', 'SSL certificates regenerated. Restart database to apply changes.');