Search found 3 matches

by Acroman
Sun Jan 14, 2018 12:54 am
Forum: ESP32 Arduino
Topic: WifiClientSecure throws cert error when attempting to access api.github.com
Replies: 1
Views: 4860

WifiClientSecure throws cert error when attempting to access api.github.com

Attempting to hit github api for OTA process, but getting consistent certificate mismatch errors as follows: Attempting SSL/HTTPS connect to port 443 of api.github.com [E][ssl_client.cpp:28] handle_error(): X509 - Certificate verification failed, e.g. CRL, CA or signature check failed [E][ssl_client...
by Acroman
Sat Jan 06, 2018 2:05 am
Forum: General Discussion
Topic: Safe to store keys?
Replies: 2
Views: 3629

Re: Safe to store keys?

That's very helpful - thank you very much!
by Acroman
Fri Jan 05, 2018 3:02 am
Forum: General Discussion
Topic: Safe to store keys?
Replies: 2
Views: 3629

Safe to store keys?

Hi Everyone - I'm trying to determine if it's safe to store SSH keys on my esp32-based devices for authentication purposes. I've done a bunch of digging but I can't seem to find a decisive answer. I've seen some things that imply that it's safe to store keys provided they are properly separated and ...