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