* openapi: update "TlsConfig"
This commit is contained in:
parent
24bb708b21
commit
4445c4b669
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue