blacksmith
blacksmith copied to clipboard
TLS for the web server
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.