Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TLS configuration options #2330

Merged
merged 1 commit into from
Sep 1, 2016
Merged

Commits on Sep 1, 2016

  1. Update TLS configuration options

    rename tls to SSL + adapt some fields:
    
    - `insecure` has become `verification_mode`. `insecure: false` is replaced by
      mode `full` and `insecure: true` by mode `none`.
    - renamed `certificate_key` to `key`
    - introduced `key_passphrase`
    - replaced `min_version` and `max_version` with `supported_protocols` using an
      array of ok versions. New versions strings: `SSLv3`, `SSLV3.0`, `TLSv1` (use
      TLSv1.0), `TLSv1.0`, `TLSv1.1` and `TLSv1.2`
    
    Changes:
    - rewrite TLS dialer and TLS configuration
    - add support for encrypted key files
    - use TLS dialer with elasticsearch output (some more manual tests with and
      without system certificates required)
    - update unit/integration tests to use new settings
    - update default configuration files to use new ssl settings
    - update documentation (docs URL did also change from `tls` to `ssl`)
    - update migration script
    urso committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    31b906e View commit details
    Browse the repository at this point in the history