fix(ssl): when regenerating SSL certs the cert is not singed with the new CN

This commit is contained in:
peaklabs-dev
2025-02-07 19:36:52 +01:00
parent a539bfd765
commit cd63760770

View File

@@ -10,6 +10,7 @@ class SslCertificate extends Model
'ssl_certificate',
'ssl_private_key',
'configuration_dir',
'mount_path',
'resource_type',
'resource_id',
'server_id',