From 2e678eabcc9cf8a96e1a3a7ae91c42c3c85f1ad0 Mon Sep 17 00:00:00 2001 From: PatrickMenoti <82882574+PatrickMenoti@users.noreply.github.com> Date: Wed, 15 May 2024 09:57:12 -0300 Subject: [PATCH] chore: add lets_encrypt to digital certificate (#208) * chore: add lets_encrypt to digital certificate * chore: add lets_encrypt to digital certificate --- domains.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/domains.yaml b/domains.yaml index e6a13a7..01ed627 100644 --- a/domains.yaml +++ b/domains.yaml @@ -304,9 +304,14 @@ components: minimum: 1 maximum: 10000000000000000000 digital_certificate_id: - format: int64 - type: integer - nullable: true + anyOf: + - type: integer + format: int64 + nullable: true + - type: string + nullable: true + enum: + - lets_encrypt environment: type: string enum: