Only support alerts and newt sync on saas

This commit is contained in:
Owen
2026-04-27 18:20:30 -07:00
parent c771722127
commit 85334f082c
5 changed files with 96 additions and 23 deletions

View File

@@ -50,7 +50,7 @@ interface AcmeJson {
};
}
async function pushCertUpdateToAffectedNewts(
export async function pushCertUpdateToAffectedNewts(
domain: string,
domainId: string | null,
oldCertPem: string | null,