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

Example: how to send client certificate? #3667

Closed
bscheshir opened this issue Oct 1, 2017 · 4 comments
Closed

Example: how to send client certificate? #3667

bscheshir opened this issue Oct 1, 2017 · 4 comments

Comments

@bscheshir
Copy link
Contributor

I can see many powerfull examples, great!
with CA

But how I can send client certificate+key in TLS Handshake phase for case server AND client verification (Certificate, CertificateVerify)?

I think this case is typical for remote sensor based on esp8266 and mounted out of smartHome local network, right?

@bscheshir
Copy link
Contributor Author

for something like this

curl -v -k --key ssl/client01.key --cert ssl/client01.crt --url https://smartHomeRESTAPIDomain:8082/v1/sensor/1/measure/create

@bscheshir
Copy link
Contributor Author

So... CA self assigned, server and all of clients has been signed by this self assigned CA.

@devyte
Copy link
Collaborator

devyte commented Oct 3, 2017

Closing as off topic, see #3655 .

@devyte devyte closed this as completed Oct 3, 2017
@copercini
Copy link

@bscheshir I have some examples here: https://github.com/copercini/esp8266-aws_iot

But due memory limitations it runs on limit

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

No branches or pull requests

3 participants