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

Allow TLS settings to be specified inline #472

Merged
merged 3 commits into from May 11, 2023

Commits on Apr 11, 2023

  1. config: allow TLS data to be provided inline

    This permits TLS data to be provided inline rather than by specifying a
    file on disk.
    
    Signed-off-by: Robert Fratto <robertfratto@gmail.com>
    rfratto committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    5915888 View commit details
    Browse the repository at this point in the history
  2. config: add tests for inline TLS configs

    Signed-off-by: Robert Fratto <robertfratto@gmail.com>
    rfratto committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    7b35f6a View commit details
    Browse the repository at this point in the history
  3. config: remove unused internal function

    Signed-off-by: Robert Fratto <robertfratto@gmail.com>
    rfratto committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    bcb00f1 View commit details
    Browse the repository at this point in the history