3 post(s) found.
PostgreSQL 14: TLS Connection
Summary To use PostgreSQL as external database servers, it’s better to use TLS/SSL connection. This post shows how to generate certificates, configure servers and verify them. ...
ReadLibreSSL: openssl Error due to missing v3_ca in extension
To use openssl, one of the utilities of LibreSSL, and create root and intermediate certificates with v3_ca extensions, error might happen in OpenBSD 6. ...
ReadPostgreSQL 12: TLS Connection
Introduction To use remote PostgreSQL server as database server, it’s better to use TLS/SSL connection. This post shows a simple and easy way with self-signed certificate. ...
Read