Generating a TLS certificate on MicroPython #9687
-
Hi Everyone My research is suggesting that there is no method to create a TLS cert using current micropython libraries on the micro-controller itself. I'm trying to use it for the microdot server I have running . Is that correct? My use case is that I would like to send a micro-controller to my father/family and have him be able to set it up through a short "wizard" workflow that I have set up instead him using USB/TTL/etc. I.E Avoiding manual steps. One of the steps is submitting the Wi-Fi password of his network at setup time so that the micro-controller will then be used to connect to his network. So automating an tls cert generation would be a nice way to finalize this. (I could just send him one pre configured, but where's the fun in that :) ) As always thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That's right, there isn't currently a way to generate certs on-device. Would be neat but I'm not sure the code size increase would be justified. |
Beta Was this translation helpful? Give feedback.
That's right, there isn't currently a way to generate certs on-device. Would be neat but I'm not sure the code size increase would be justified.