Add acme option

This commit is contained in:
Fang-Pen Lin
2025-10-27 19:26:40 -07:00
parent 687873a95d
commit 5b8b133756

View File

@@ -45,7 +45,7 @@ const createSchema = z
.trim()
.max(1000, "Description must be less than 1000 characters")
.optional(),
enrollmentType: z.enum(["api", "est"]),
enrollmentType: z.enum(["api", "est", "acme"]),
certificateAuthorityId: z.string().min(1, "Certificate Authority is required"),
certificateTemplateId: z.string().min(1, "Certificate Template is required"),
estConfig: z