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

Support self-signed certificate on outputs #29229

Merged
merged 7 commits into from Dec 6, 2021

Commits on Dec 6, 2021

  1. [WIP] Add new verification mode to accept ES's ceritificate

    Add a new verification mode to accept ES's self signed certificate.
    belimawr committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    cf1c0ce View commit details
    Browse the repository at this point in the history
  2. Trust the root CA

    Verify the fingerprint of the root CA and use it as a trusted CA to do
    the normal TLS verification.
    belimawr committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    8022333 View commit details
    Browse the repository at this point in the history
  3. Make ES' root CA a trusted CA in memory

    When `ssl.es_ca_fingerprint` is set, look for the certificate matching
    the fingerprint, validate it's a CA and then add to the list of
    trusted CAs. Also pin it.
    belimawr committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    9bff462 View commit details
    Browse the repository at this point in the history
  4. Add documentation

    belimawr committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    e3a589e View commit details
    Browse the repository at this point in the history
  5. PR improvements and fixes

    belimawr committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    c247f6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f62b2f View commit details
    Browse the repository at this point in the history
  7. updating behaviour

    belimawr committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    ddc700a View commit details
    Browse the repository at this point in the history