Browse Source

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.
KAZOO-5650
Xav 8 years ago
committed by GitHub
parent
commit
1c3bdc180d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kamailio/tls.cfg

+ 2
- 2
kamailio/tls.cfg View File

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


Loading…
Cancel
Save