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:
Mike Côté 2020-01-27 08:10:18 -05:00 committed by GitHub
parent c7c4cbf398
commit bb8b754f85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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