Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS for the web server #48

Open
remohammadi opened this issue Aug 3, 2016 · 0 comments
Open

TLS for the web server #48

remohammadi opened this issue Aug 3, 2016 · 0 comments
Assignees

Comments

@remohammadi
Copy link
Contributor

remohammadi commented Aug 3, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants