mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-11 13:31:27 +02:00
9 lines
294 B
TypeScript
9 lines
294 B
TypeScript
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.
|
|
}
|