fix(ssl): add mount path to DB to fix regeneration of certs
This commit is contained in:
@@ -165,6 +165,7 @@ class SslHelper
|
||||
'resource_id' => $resourceId,
|
||||
'server_id' => $serverId,
|
||||
'configuration_dir' => $configurationDir,
|
||||
'mount_path' => $mountPath,
|
||||
'valid_until' => CarbonImmutable::now()->addDays($validityDays),
|
||||
'is_ca_certificate' => $isCaCertificate,
|
||||
'common_name' => $commonName,
|
||||
|
||||
Reference in New Issue
Block a user