소스 검색

tls Small modificiation in tls configuration example

Olle E. Johansson 12 년 전
부모
커밋
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