Просмотр исходного кода

tls Small modificiation in tls configuration example

Olle E. Johansson 12 лет назад
Родитель
Сommit
2eeb686ea5
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      modules/tls/tls.cfg

+ 4 - 4
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