mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update CONTRIBUTING.md --ssl documentation to mention it covers Elasticsearch as well (#55876) (#55901)
* Update CONTRIBUTING.md to mention --ssl flag works with Elasticsearch as well * Change while to for
This commit is contained in:
parent
c7c4cbf398
commit
bb8b754f85
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ The `config/kibana.yml` file stores user configuration directives. Since this fi
|
|||
|
||||
#### Setting Up SSL
|
||||
|
||||
Kibana includes a self-signed certificate that can be used for development purposes: `yarn start --ssl`.
|
||||
Kibana includes self-signed certificates that can be used for development purposes in the browser and for communicating with Elasticsearch: `yarn start --ssl` & `yarn es snapshot --ssl`.
|
||||
|
||||
### Linting
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue