Skip to content

Commit

Permalink
chore: add lets_encrypt to digital certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMenoti committed May 14, 2024
1 parent aee0ae8 commit f9f8cb4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions domains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,12 @@ components:
minimum: 1
maximum: 10000000000000000000
digital_certificate_id:
format: int64
type: integer
anyOf:
- type: integer
format: int64
- type: string
enum:
- lets_encrypt
nullable: true
environment:
type: string
Expand Down

0 comments on commit f9f8cb4

Please sign in to comment.