Generate the cert properly

This commit is contained in:
Owen
2026-08-17 13:45:51 -04:00
parent 555b36e13e
commit 87a3e5ceea
6 changed files with 4 additions and 15 deletions
+1 -3
View File
@@ -632,9 +632,7 @@ async function createHttpResource(
);
}
if (build !== "oss") {
await createCertificate(domainId, fullDomain, db);
}
await createCertificate(domainId, fullDomain, db);
return response<CreateResourceResponse>(res, {
data: resource,