Skip to content

Commit

Permalink
Fix ssl sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Dec 8, 2023
1 parent e5c40b9 commit 6ce58d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/executor/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ export async function runConfigSubdomain(config, domaindata, subdomain, sshExec,
if (domaindata['SSL shared with']) {
await writeLog("$> Breaking ssl cert sharing with the global domain");
await virtExec("modify-web", {
domain: subdomain,
'break-ssl-cert': true,
});
}
Expand Down

0 comments on commit 6ce58d5

Please sign in to comment.