SSL Client Authentication with Google Cloud Run – Nginx
I'm trying to move an existing backend over to Google Cloud Run. Some of the endpoints (under a specific subdomain) require SSL Client Authentication. The way this is handled at the moment is on Nginx configuration level: server { listen…