We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)?
client certificate+key
TLS Handshake
Certificate
CertificateVerify
I think this case is typical for remote sensor based on esp8266 and mounted out of smartHome local network, right?
The text was updated successfully, but these errors were encountered:
for something like this
curl -v -k --key ssl/client01.key --cert ssl/client01.crt --url https://smartHomeRESTAPIDomain:8082/v1/sensor/1/measure/create
Sorry, something went wrong.
So... CA self assigned, server and all of clients has been signed by this self assigned CA.
Closing as off topic, see #3655 .
@bscheshir I have some examples here: https://github.com/copercini/esp8266-aws_iot
But due memory limitations it runs on limit
No branches or pull requests
I can see many powerfull examples, great!
with CA
But how I can send
client certificate+key
inTLS 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?
The text was updated successfully, but these errors were encountered: