Wire up to start

This commit is contained in:
Owen
2026-09-09 16:50:37 -04:00
parent 7e4d38548f
commit ad343a7453
6 changed files with 45 additions and 19 deletions
+8
View File
@@ -0,0 +1,8 @@
export async function startCertificateManager() {
// No-op: ACME certificate generation/management is only available in
// builds that include the private/enterprise feature set.
}
export async function stopCertificateManager() {
// No-op counterpart to startCertificateManager.
}