diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample index 6c7bad9..46af790 100644 --- a/configs/sip.conf.sample +++ b/configs/sip.conf.sample @@ -539,8 +539,10 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls ; ;------------------------ TLS settings ------------------------------------------------------------ -;tlscertfile= ; Certificate file (*.pem format only) to use for TLS connections - ; default is to look for "asterisk.pem" in current directory +;tlscertfile= ; Certificate chain (*.pem format only) to use for TLS connections + ; The certificates must be sorted starting with the subject's certificate + ; and followed by intermediate CA certificates if applicable. + ; Default is to look for "asterisk.pem" in current directory ;tlsprivatekey= ; Private key file (*.pem format only) for TLS connections. ; If no tlsprivatekey is specified, tlscertfile is searched for