Skip to content

Commit

Permalink
Agentless API certificates path for security projects (elastic#191248)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirbenun authored Aug 26, 2024
1 parent f8e88df commit 7559e60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/serverless.security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,8 @@ xpack.ml.compatibleModuleType: 'security'

# Disable the embedded Dev Console
console.ui.embeddedEnabled: false

# mTLS cert paths for agentless-api calls
xpack.fleet.agentless.api.tls.certificate: "/mnt/elastic-internal/http-certs/tls.crt"
xpack.fleet.agentless.api.tls.key: "/mnt/elastic-internal/http-certs/tls.key"
xpack.fleet.agentless.api.tls.ca: "/mnt/elastic-internal/http-certs/ca.crt"

0 comments on commit 7559e60

Please sign in to comment.