./generate.shneed openssl >= 3docker build -t postgres-mtls .docker-compose up -dpsql "host=127.0.0.1 port=5432 user=postgres dbname=postgres sslmode=verify-full sslcert=certs/client.crt sslkey=certs/client.key sslrootcert=certs/ca.crt"
-
Notifications
You must be signed in to change notification settings - Fork 1
Configuring PostgreSQL Server for Mutual TLS (mTLS)
License
disyam/postgres-mtls
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Configuring PostgreSQL Server for Mutual TLS (mTLS)