I want to use TLS of asterisk 1.6.
who knows the steps of configuration?
thanks…
I want to use TLS of asterisk 1.6.
who knows the steps of configuration?
thanks…
now, I know to modify the sip.conf.
set in [general]
tlsenable=yes
tlsbindaddr=0.0.0.0
tlscertfgile=/etc/asterisk/asterisk.pem
tlscafile=/etc/ssl/ca.pem
tlscadir=</path/to/ca/dir>
then set in sip account with transport=tls
my question is, how to produce the certfile and ca file?
I used google search, and I didn’t see the default asterisk.pem in /etc/asterisk.
thanksï¼
in fact, the register flow is transported by tcp without tls. there is no sip encrypt, just ascii.
did I make wrong steps, or the flow is not correct?
I tried to used SIPp to test TLS of asterisk. but it failed during the initialization with SIPp TLS.
the pem files of key and cert is produced by openssl in linux which installed asterisk.
what’s wrong with it?