From f9f8cb43db56fb4eb1b4b11c06f7e039746adc44 Mon Sep 17 00:00:00 2001 From: PatrickMenoti <82882574+PatrickMenoti@users.noreply.github.com> Date: Tue, 14 May 2024 18:40:52 -0300 Subject: [PATCH] chore: add lets_encrypt to digital certificate --- domains.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/domains.yaml b/domains.yaml index e6a13a7..d62a3a1 100644 --- a/domains.yaml +++ b/domains.yaml @@ -304,8 +304,12 @@ components: minimum: 1 maximum: 10000000000000000000 digital_certificate_id: - format: int64 - type: integer + anyOf: + - type: integer + format: int64 + - type: string + enum: + - lets_encrypt nullable: true environment: type: string