File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
cars/v1/x_pack/security/templates/config Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,12 @@ xpack.security.authc.realms:
5
5
file.file1 :
6
6
order : 0
7
7
8
- xpack.security.transport.ssl.enabled : true
9
8
xpack.security.http.ssl.enabled : true
9
+ xpack.security.http.ssl.key : {{install_root_path}}/config/x-pack/{{node_name}}/{{node_name}}.key
10
+ xpack.security.http.ssl.certificate : {{install_root_path}}/config/x-pack/{{node_name}}/{{node_name}}.crt
11
+ xpack.security.http.ssl.certificate_authorities : [ "{{install_root_path}}/config/x-pack/ca/ca.crt" ]
10
12
11
- xpack.ssl.key : {{install_root_path}}/config/x-pack/{{node_name}}/{{node_name}}.key
12
- xpack.ssl.certificate : {{install_root_path}}/config/x-pack/{{node_name}}/{{node_name}}.crt
13
- xpack.ssl.certificate_authorities : [ "{{install_root_path}}/config/x-pack/ca/ca.crt" ]
13
+ xpack.security.transport.ssl.enabled : true
14
+ xpack.security.transport.ssl.key : {{install_root_path}}/config/x-pack/{{node_name}}/{{node_name}}.key
15
+ xpack.security.transport.ssl.certificate : {{install_root_path}}/config/x-pack/{{node_name}}/{{node_name}}.crt
16
+ xpack.security.transport.ssl.certificate_authorities : [ "{{install_root_path}}/config/x-pack/ca/ca.crt" ]
You can’t perform that action at this time.
0 commit comments