On Thu, 1 Jun 2006, Stephen Borrill wrote:
Could the configuration file format be extended to allow inclusion of relevant certs and keys in-line?
Already added in the 2.1-beta series. Snip from the changelog:
* Allow ca, cert, key, and dh files to be specified
inline via XML-like syntax without needing to
reference an explicit file.
For example:
<ca>
data here...
</ca>
