Compare commits

...

1 Commits

Author SHA1 Message Date
  Xav 1c3bdc180d KAZOO-5650: update tls.cfg 8 years ago
1 changed files with 2 additions and 2 deletions
Split View
  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