Skip to content

Commit

Permalink
* openapi: update "TlsConfig"
Browse files Browse the repository at this point in the history
  • Loading branch information
szolin committed Aug 30, 2019
1 parent 24bb708 commit 4445c4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1478,6 +1478,12 @@ definitions:
private_key:
type: "string"
description: "Base64 string with PEM-encoded private key"
certificate_path:
type: "string"
description: "Path to certificate file"
private_key_path:
type: "string"
description: "Path to private key file"
# Below goes validation fields
valid_cert:
type: "boolean"
Expand Down

0 comments on commit 4445c4b

Please sign in to comment.