Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport inline `tls_config` files #1377
Comments
beorn7
added
the
feature-request
label
Feb 9, 2016
fabxc
added
kind/enhancement
and removed
feature request
labels
Apr 28, 2016
brian-brazil
changed the title
Support inline `tls_config`
Support inline `tls_config` files
Feb 13, 2017
brian-brazil
added
priority/Pmaybe
component/config
labels
Jul 14, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
matthiasr commentedFeb 8, 2016
Currently,
tls_configonly 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
and so on. Defining both file and literal should be an error (or warning, and just pick one or the other).