]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql.sysconfig
- added support for ssl
[packages/postgresql.git] / postgresql.sysconfig
index 6ea32be9d08d51c9afb2d2c8a97c383fb688aeba..f9d73fc00b6b164b09fbcd7cd8fe8592660c0fb0 100644 (file)
@@ -13,6 +13,11 @@ POSTGRES_QUIET=no
 # only on unix socket
 ALLOW_TCP_CONNECTIONS=no
 
+# Allow using SSL on TCP connections. Requires ALLOW_TCP_CONNECTIONS to be
+# set to yes. Also, you must supply key and certificate files
+# ($POSTGRES_DATA_DIR/server.{key,crt})
+ALLOW_USE_SSL=no
+
 # Disable automatic fsync() call after each transac tion. This option
 # improves performance, but an operating system crash while a transaction is
 # in progress will probably cause data loss.
This page took 1.11099 seconds and 4 git commands to generate.