Fix syntax error in local_certs_path
This commit is contained in:
parent
19bf669183
commit
799827aa88
@ -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:
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user