* openapi: update "TlsConfig"

This commit is contained in:
Simon Zolin 2019-08-27 11:59:05 +03:00
parent 24bb708b21
commit 4445c4b669
1 changed files with 6 additions and 0 deletions

View File

@ -1478,6 +1478,12 @@ definitions:
private_key: private_key:
type: "string" type: "string"
description: "Base64 string with PEM-encoded private key" 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 # Below goes validation fields
valid_cert: valid_cert:
type: "boolean" type: "boolean"