Make sure certs are created when creating and updating private resources

This commit is contained in:
Owen
2026-08-14 14:33:59 -04:00
parent 32d76ee2ac
commit 111d4b1b8c
2 changed files with 13 additions and 1 deletions
@@ -769,7 +769,7 @@ export async function createSiteResource(
if (
ssl &&
mode === "http" &&
(mode === "http" || mode == "inference") &&
domainId &&
fullDomain &&
build != "oss"