From 1c3bdc180d16ece404983a06c7d7ca24264401c9 Mon Sep 17 00:00:00 2001 From: Xav Date: Thu, 24 Aug 2017 13:31:07 +0400 Subject: [PATCH] KAZOO-5650: update tls.cfg We have centralized the SSL certificates to /etc/kazoo/ssl/, however the Kamailio config file for TLS still uses the old paths, so that needed to be fixed. --- kamailio/tls.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kamailio/tls.cfg b/kamailio/tls.cfg index 2112f4e..b2fddcd 100644 --- a/kamailio/tls.cfg +++ b/kamailio/tls.cfg @@ -18,8 +18,8 @@ method = SSLv23 verify_certificate = no require_certificate = no #crl = /etc/kazoo/kamailio/certs/crl.pem -certificate = /etc/kazoo/kamailio/certs/cert.pem -private_key = /etc/kazoo/kamailio/certs/key.pem +certificate = /etc/kazoo/ssl/cert.pem +private_key = /etc/kazoo/ssl/key.pem #ca_list = /etc/kazoo/kamailio/certs/ca.pem # This is the default client domain, settings