How to Configure Mutual TLS using PostgreSQL and NodeJS
Introduction Mutual TLS (mTLS) lets 2 services prove their identity to each other using X.509 certificates, so no password is passes through the network. In a standard TLS setup, only the server presents a certificate and the client stays anonymous, usually authenticating with a password. With mTLS, the client also presents a certificate, and PostgreSQL […]