Green Grass Certificates - can it be used for https? #727
|
Hi, I have installed Green Grass on my device, and it has root CA, private key and thing certificate to connect to IoT core, like for MQTT connections. I also have a https server running on the device that be accessed from any client, and can I re-use the Green Grass certificates to host my https server. Any implications? I did try to use the certs for https, though on the client browser getting error, How to fix this pl? Any help is appreciated! |
Answered by
bretambrose
Jun 11, 2024
Replies: 1 comment
|
This doesn't seem like a question within the scope of the IoT SDK. I am not a security expert, but re-using one service's X509 materials for a completely independent service's authentication does not seem like a good idea. |
0 replies
Answer selected by
jmklix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This doesn't seem like a question within the scope of the IoT SDK. I am not a security expert, but re-using one service's X509 materials for a completely independent service's authentication does not seem like a good idea.