Improve cert retreival and new newt combined certs

This commit is contained in:
Owen
2026-07-22 17:22:17 -04:00
parent 19c1c2042b
commit ecf008a8d9
7 changed files with 245 additions and 18 deletions
+1
View File
@@ -5,6 +5,7 @@ export async function getValidCertificatesForDomains(
Array<{
id: number;
domain: string;
queriedDomain: string;
wildcard: boolean | null;
certFile: string | null;
keyFile: string | null;