Fix syntax error in local_certs_path

This commit is contained in:
Jose M 2020-06-26 11:26:47 +02:00
parent 19bf669183
commit 799827aa88
No known key found for this signature in database
GPG Key ID: 790179D6924E10FF
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ opendistro_security_user: elastic
opendistro_admin_password: changeme
opendistro_kibana_user: kibanaserver
opendistro_kibana_password: changeme
local_certs_path: ./opendistro/certificate
local_certs_path: ./opendistro/certificates
# Nodejs
nodejs:

View File

@ -23,7 +23,7 @@ filebeat_security_password: changeme
filebeat_ssl_dir: /etc/pki/filebeat
# Local path to store the generated certificates (OpenDistro security plugin)
local_certs_path: ./opendistro/certificate
local_certs_path: ./opendistro/certificates
elasticrepo:
apt: 'https://artifacts.elastic.co/packages/oss-7.x/apt'