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

SSL/TLS Client Certs #31

Open
DarkAxi0m opened this issue Mar 10, 2017 · 1 comment
Open

SSL/TLS Client Certs #31

DarkAxi0m opened this issue Mar 10, 2017 · 1 comment

Comments

@DarkAxi0m
Copy link

I'm using custom SSL/TLS Client Certs on a private server, are available to use currently?

fyi similar set up to this, http://rockingdlabs.dunmire.org/exercises-experiments/ssl-client-certs-to-secure-mqtt

@edfungus
Copy link
Owner

Currently there is not an expose way for Crouton to pass a SSL cert, but MQTT.js supports it which is what Crouton uses

An alternative is to use one way TLS (just doesn't verify the client but still encrypts) and use user/password authentication to allow the user to use the broker.

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