Skip to content

Commit

Permalink
fix: add generate_certificate value when listing custom domains (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 authored Oct 3, 2023
1 parent 6759e98 commit e6d09a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/schemas/CustomDomainResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e6d09a0

Please sign in to comment.