From 607ea5aec7d6bc49189a58dffe50933ae1731fce Mon Sep 17 00:00:00 2001 From: Ersin Erdal <92688503+ersin-erdal@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:12:09 +0200 Subject: [PATCH] Change ca certificate path config key. (#195233) towards: https://github.com/elastic/response-ops-team/issues/209 This PR changes ca path key in the config . (cherry picked from commit e1cf8d5e825a984779013b2cc3a4baf42c726a0c) --- x-pack/plugins/actions/server/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/actions/server/config.ts b/x-pack/plugins/actions/server/config.ts index 399f92090818b..d806bde1fa227 100644 --- a/x-pack/plugins/actions/server/config.ts +++ b/x-pack/plugins/actions/server/config.ts @@ -147,7 +147,7 @@ export const configSchema = schema.object({ ), usage: schema.maybe( schema.object({ - cert: schema.maybe( + ca: schema.maybe( schema.object({ path: schema.string(), })