From cd637607704ca3a72ca37c7291b78fac818fc9a6 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Fri, 7 Feb 2025 19:36:52 +0100 Subject: [PATCH] fix(ssl): when regenerating SSL certs the cert is not singed with the new CN --- app/Models/SslCertificate.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/SslCertificate.php b/app/Models/SslCertificate.php index cf9395a5d..eb2175d44 100644 --- a/app/Models/SslCertificate.php +++ b/app/Models/SslCertificate.php @@ -10,6 +10,7 @@ class SslCertificate extends Model 'ssl_certificate', 'ssl_private_key', 'configuration_dir', + 'mount_path', 'resource_type', 'resource_id', 'server_id',