From 6f02c3a8e98ff5a212b3ed0108a28d382fa36214 Mon Sep 17 00:00:00 2001 From: acarranoqovery <105300721+acarranoqovery@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:28:22 +0200 Subject: [PATCH] Update CustomDomainRequest.yaml --- src/schemas/CustomDomainRequest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/CustomDomainRequest.yaml b/src/schemas/CustomDomainRequest.yaml index 5a91a3d1..5f1f9ee3 100644 --- a/src/schemas/CustomDomainRequest.yaml +++ b/src/schemas/CustomDomainRequest.yaml @@ -8,4 +8,4 @@ properties: example: my.domain.tld 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 from the CDN to Qovery. + 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.