ledcontroller / LEDController

Application that controls any LEDs using an API
MIT License
4 stars 0 forks source link

Add a way to generate self-signed certificates, if the user has no certificate. #18

Closed Lukas-Sturm closed 4 years ago

Lukas-Sturm commented 4 years ago

Because I don't want a clear transmission of the tokens. I will use the devices hotsname as the CN. The user can then install the CA Cert that will also be generated. The ca cert is also needed to create requests from node and not get error/warnings about self-signed certificates.

I will have to think about a good way to get the certificate to the users devices safely.

Big But (höhö) I am not really proficient when it comes to certificates.

Lukas-Sturm commented 4 years ago

For now users have to create their own certificates I don't want to focus to much on how to implement this in a easy and safe way