Is there any way to send and primarily receive Mutual TLS authenticated requests with custom certificate in Google Cloud Platform?
I would need to receive and authorize requests from a simple custom IoT device with a Mutual TLS client certificate on the device. As it is a simple use case, I do not mind using any kind of cloud environment or language, I just need it to be on the GCP with access to my Firestore.
Thanks.