[8.x] Change ca certificate path config key. (#195233) (#195467)

# Backport

This will backport the following commits from `main` to `8.x`:
- [Change ca certificate path config key.
(#195233)](https://github.com/elastic/kibana/pull/195233)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Ersin
Erdal","email":"92688503+ersin-erdal@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-10-08T16:12:09Z","message":"Change
ca certificate path config key. (#195233)\n\ntowards:
https://github.com/elastic/response-ops-team/issues/209\r\n\r\nThis PR
changes ca path key in the config
.","sha":"e1cf8d5e825a984779013b2cc3a4baf42c726a0c","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","v9.0.0","backport:prev-minor"],"title":"Change
ca certificate path config
key.","number":195233,"url":"https://github.com/elastic/kibana/pull/195233","mergeCommit":{"message":"Change
ca certificate path config key. (#195233)\n\ntowards:
https://github.com/elastic/response-ops-team/issues/209\r\n\r\nThis PR
changes ca path key in the config
.","sha":"e1cf8d5e825a984779013b2cc3a4baf42c726a0c"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195233","number":195233,"mergeCommit":{"message":"Change
ca certificate path config key. (#195233)\n\ntowards:
https://github.com/elastic/response-ops-team/issues/209\r\n\r\nThis PR
changes ca path key in the config
.","sha":"e1cf8d5e825a984779013b2cc3a4baf42c726a0c"}}]}] BACKPORT-->

Co-authored-by: Ersin Erdal <92688503+ersin-erdal@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2024-10-09 05:11:17 +11:00 committed by GitHub
parent f215bde49e
commit db6cd8fd1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(),
})