fix(ssl): improve SSL cert file mounts
- If SSL is disabled, delete the SSL crt and file mounts in the DB - If SSL is disabled, delete the SSL folder - If SSL is enabled, make sure the file mounts are added inside the helper - remove old file mounts first to make sure the ssl crt content is always up to date and no duplicates are added
This commit is contained in:
@@ -9,6 +9,7 @@ class SslCertificate extends Model
|
||||
protected $fillable = [
|
||||
'ssl_certificate',
|
||||
'ssl_private_key',
|
||||
'configuration_dir',
|
||||
'resource_type',
|
||||
'resource_id',
|
||||
'server_id',
|
||||
|
||||
Reference in New Issue
Block a user