tls.cfg.sample 397 B

123456789101112131415
  1. #
  2. # TLS Configuration File
  3. #
  4. # This is the default server domain, settings
  5. # in this domain will be used for all incoming
  6. # connections that do not match any other server
  7. # domain in this configuration file.
  8. #
  9. [server:default]
  10. method = SSLv23
  11. verify_certificate = no
  12. require_certificate = no
  13. private_key = /etc/kamailio/kamailio-selfsigned.key
  14. certificate = /etc/kamailio/kamailio-selfsigned.pem