This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Updating trust anchors on-the-fly #11
bvanpoortvliet
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are using Teensy 4.1's to post device metrics to an influxDB instance hosted on AWS over HTTPS. Since AWS renews it's certificates every quarter, this would mean the trust anchors in the Teensy's need to be updated as well.
Considering these Teensy's will be deployed in the field and spread over a variety of countries, we do not have the luxury to reflash these devices every time the AWS certificates expire and are therefor in need of a system that would enable us to update the trust anchors on-the-fly.
As per @khoih-prog's suggestion in my issue here we will start with the following:
I will post our future findings here, any information or recommendations on this topic are welcome!
Beta Was this translation helpful? Give feedback.
All reactions