mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-15 11:22:49 +03:00
* 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
Block a user