Module: sip-router
Branch: master
Commit: 2eeb686ea57ce569d3c5eb05430c78d0fdbdd4eb
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2eeb686…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Wed Jan 30 13:26:35 2013 +0100
tls Small modificiation in tls configuration example
---
modules/tls/tls.cfg | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/tls/tls.cfg b/modules/tls/tls.cfg
index 39e7213..cdb1e03 100644
--- a/modules/tls/tls.cfg
+++ b/modules/tls/tls.cfg
@@ -1,7 +1,7 @@
#
# $Id$
#
-# Example SER TLS Configuration File
+# Example Kamailio TLS Configuration File
#
# This is the default server domain, settings
@@ -17,8 +17,8 @@
method = TLSv1
verify_certificate = no
require_certificate = no
-private_key = ./modules/tls/ser-selfsigned.key
-certificate = ./modules/tls/ser-selfsigned.pem
+private_key = /usr/local/etc/kamailio/kamailio-selfsigned.key
+certificate = /usr/local/etc/kamailio/kamailio-selfsigned.pem
#ca_list = ./modules/tls/cacert.pem
#crl = ./modules/tls/crl.pem
@@ -32,7 +32,7 @@ certificate = ./modules/tls/ser-selfsigned.pem
verify_certificate = yes
require_certificate = yes
-# This is example server domain for TLS connections
+# This is an example server domain for TLS connections
# received from the loopback interface. We allow
# the use of SSLv2 and SSLv3 protocols here, we do
# not require that clients present client certificates