mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update production.asciidoc
Replace deprecated aliases for ssl settings
This commit is contained in:
parent
67e2d68f23
commit
c8a61626c6
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ To encrypt communications between the browser and the Kibana server, you configu
|
|||
[source,text]
|
||||
----
|
||||
# SSL for outgoing requests from the Kibana Server (PEM formatted)
|
||||
ssl_key_file: /path/to/your/server.key
|
||||
ssl_cert_file: /path/to/your/server.crt
|
||||
server.ssl.key: /path/to/your/server.key
|
||||
server.ssl.cert: /path/to/your/server.crt
|
||||
----
|
||||
|
||||
If you are using Shield or a proxy that provides an HTTPS endpoint for Elasticsearch,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue