blacksmith icon indicating copy to clipboard operation
blacksmith copied to clipboard

TLS for the web server

Open remohammadi opened this issue 8 years ago • 0 comments

Adding a flag, to make the web service of blacksmith serve using TLS. #28 depends on this issue, if we want to do it using client TLS authentication.

For example:

./blacksmith --http-listen 0.0.0.0:8443 --tls-ca <CA Path> --tls-cert <CERT-PATH> --tls-key <KEY-PATH>

should make the web service of blacksmith listen on 0.0.0.0:8443 for https requests.

remohammadi avatar Aug 03 '16 12:08 remohammadi