From 4445c4b66985900d4c25f22c0b8a99910cb05c51 Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Tue, 27 Aug 2019 11:59:05 +0300 Subject: [PATCH] * openapi: update "TlsConfig" --- openapi/openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index ac831231..a730678f 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -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"