Hey I have a general question about device to server security.
Our server is in a k8n cluster with istio and SSL Termination.
We have many small devices in the wild, most communications runs over MQTT
with individual certificates, but from time to time we need HTTP requests as well.
How would the security scenario look in this case?
So the device sends a HTTPS request that is encrypted with our own self signed certificate and not the usual(?) one?
The Reverse Proxy wants to terminate SSL so we need to give the reverse proxy the public keys of these certs.
But then the request don't differ from the server point of view and I guess we need to
tell the reverse proxy that on the specific paths it should only use our certificates and not the generic ones?
I tried googling about this but I am not sure I fully comprehend it.