mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-19 10:42:57 +02:00
Generate the cert properly
This commit is contained in:
@@ -718,8 +718,7 @@ export async function updateSiteResource(
|
||||
ssl &&
|
||||
(mode === "http" || mode == "inference") &&
|
||||
domainId &&
|
||||
fullDomain &&
|
||||
build != "oss"
|
||||
fullDomain
|
||||
) {
|
||||
await createCertificate(domainId, fullDomain, db);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user