From e6d09a0f4af28040340eed7c07a24c8ed2c98da6 Mon Sep 17 00:00:00 2001 From: pggb25 Date: Tue, 3 Oct 2023 17:43:27 +0200 Subject: [PATCH] fix: add generate_certificate value when listing custom domains (#457) --- src/schemas/CustomDomainResponse.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/schemas/CustomDomainResponse.yaml b/src/schemas/CustomDomainResponse.yaml index 1ea9b984..ac3c7733 100644 --- a/src/schemas/CustomDomainResponse.yaml +++ b/src/schemas/CustomDomainResponse.yaml @@ -8,3 +8,7 @@ allOf: description: URL provided by Qovery. You must create a CNAME on your DNS provider using that URL status: $ref: './enums/CustomDomainStatus.yaml' + generate_certificate: + type: boolean + description: to control if a certificate has to be generated for this custom domain by Qovery. The default value is `true`. This flag should be set to `false` if a CDN or other entities are managing the certificate for the specified domain and the traffic is proxied by the CDN to Qovery. +