falk-werner/webfuse

Add TLS support

Closed this issue · 1 comments

TLS should be supported an it should be configurable.
Port and local interface should be configurable too.

To enable TLS for webfuse server, command line options ca be specified:

  • --wf-key to specify the path to the server's private key
  • --wf-cert tp specify the path to the server's certificate

In order to test TLS support, the C++ provider can be used. Specify the server's certificate via --ca-path option in order to do so.