Skip to content

Configuring PostgreSQL Server for Mutual TLS (mTLS)

License

Notifications You must be signed in to change notification settings

disyam/postgres-mtls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgres mTLS

  1. ./generate.sh need openssl >= 3
  2. docker build -t postgres-mtls .
  3. docker-compose up -d
  4. psql "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"

About

Configuring PostgreSQL Server for Mutual TLS (mTLS)

Topics

Resources

License

Stars

Watchers

Forks