eez-open / modular-psu-firmware

Firmware for EEZ Bench Box 3 (BB3)
https://www.envox.eu/eez-bb3/
GNU General Public License v3.0
94 stars 42 forks source link

Generic certificate and key management #216

Open fietser28 opened 3 years ago

fietser28 commented 3 years ago

In #210 a way for MQTT certificates is requested In #215 firmware downloads are made, this should be secure (HTTPS download). In the future more security/encryption related services are also likely (e.g. HTTPS / database connection in flows) these will also require certificate and key management.

Both of these require certificate/key management, this should be facilitated in a generic way.

I did not investigate available libraries or common practices for embedded / open source systems.