From: Leif Madsen Date: Fri, 26 Mar 2010 19:29:42 +0000 (+0000) Subject: Finish syncing documentation for tlsbindaddr. X-Git-Tag: 1.6.1.19-rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf7512bf0d7a6fb15aff254f1a4e0b16d63e391d;p=thirdparty%2Fasterisk.git Finish syncing documentation for tlsbindaddr. (issue #17054) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@255068 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index 3d5e995ca1..d80ff81cd2 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -116,6 +116,8 @@ tcpbindaddr=0.0.0.0 ; IP address for TCP server to bind to (0.0.0.0 ;tlsenable=no ; Enable server for incoming TLS (secure) connections (default is no) ;tlsbindaddr=0.0.0.0 ; IP address for TLS server to bind to (0.0.0.0) binds to all interfaces) ; Optionally add a port number, 192.168.1.1:5063 (default is port 5061) + ; Remember that the IP address must match the common name (hostname) in the + ; certificate, so you don't want to bind a TLS socket to multiple IP addresses. ; For details how to construct a certificate for SIP see ; http://tools.ietf.org/html/draft-ietf-sip-domain-certs