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 inline `tls_config` files #1377

Open
matthiasr opened this Issue Feb 8, 2016 · 0 comments

Comments

Projects
None yet
4 participants
@matthiasr
Copy link
Contributor

matthiasr commented Feb 8, 2016

Currently, tls_config only accepts files. It is sometimes easier to have a single, self-contained configuration file (or have it composed by config management, if you have that) than littering auxiliary files somewhere.

I would propose a syntax like

tls_config:
  ca: |
    -----BEGIN CERTIFICATE-----

    -----END CERTIFICATE-----

and so on. Defining both file and literal should be an error (or warning, and just pick one or the other).

@brian-brazil brian-brazil changed the title Support inline `tls_config` Support inline `tls_config` files Feb 13, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.