Skip to content
  • spalger's avatar
    [devServer] include self-signed certificates for testing · 72ab9aa7
    spalger authored
    When running the Kibana server in --dev mode the server will use the new `test/dev_certs/server.key/crt` files to provide SSL by default. These files are not secure, and should not be used in production, but are fine for local development. Directions for trusting these certs are linked from the CONTRIBUTING.md file and the new ssl config can be disabled completely by passing `--no-ssl` to the server on startup.
    72ab9aa7
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.