|
@@ -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
|