Skip to content

Commit

Permalink
chore: add lets_encrypt to digital certificate (#208)
Browse files Browse the repository at this point in the history
* chore: add lets_encrypt to digital certificate

* chore: add lets_encrypt to digital certificate
  • Loading branch information
PatrickMenoti authored May 15, 2024
1 parent aee0ae8 commit 2e678ea
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions domains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2e678ea

Please sign in to comment.