From fb41713f9916176cb69a8b592676cf8a73ffdee9 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Sat, 10 Oct 2009 08:30:24 +0000 Subject: [PATCH] Adding note about TLS usage git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@223415 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/cdr_pgsql.conf.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/cdr_pgsql.conf.sample b/configs/cdr_pgsql.conf.sample index 0784c7b081..97efea65d0 100644 --- a/configs/cdr_pgsql.conf.sample +++ b/configs/cdr_pgsql.conf.sample @@ -1,4 +1,8 @@ ; Sample Asterisk config file for CDR logging to PostgresSQL +; +; Note that you can use TLS connections to your database server. +; This is configured for your PostgreSQL client installation +; on this system (check for pgsessions.conf) [global] ;hostname=localhost