16 lines
397 B
INI
16 lines
397 B
INI
#
|
|
# TLS Configuration File
|
|
#
|
|
|
|
# This is the default server domain, settings
|
|
# in this domain will be used for all incoming
|
|
# connections that do not match any other server
|
|
# domain in this configuration file.
|
|
#
|
|
[server:default]
|
|
method = SSLv23
|
|
verify_certificate = no
|
|
require_certificate = no
|
|
private_key = /etc/kamailio/kamailio-selfsigned.key
|
|
certificate = /etc/kamailio/kamailio-selfsigned.pem
|