[Serdev] Path module commit in CVS
Jan Janak
jan at iptel.org
Fri Jun 17 13:19:16 UTC 2005
On 17-06-2005 14:43, Cesc wrote:
> The TLS stuff is thought to be checked out and then copied into
> SERROT/tls ... there are too many files which include
> tls/tls_somefile.h headers that it would be a mess ... i think.
> Anyway, this process needs not be done very often ... TLS is stable :)
>
> In my opinion, find a way to make it as simple as possible for the
> user to use this "experimental" code ... it is "bad" enough to have
> them on a separate tree. Let me know if i need to change something
I just tried it and the following procedure seems to work out of the
box (without patching anything):
cd sip_router
cvs co -d tls experimental/tls
make clean
make all TLS=1
Then just create a certificate and private key and configure them in
ser.cfg:
listen=tls:127.0.0.1:5061
tls_certificate="/usr/local/etc/ser/ser.cert"
tls_private_key="/usr/local/etc/ser/ser.key"
I think this is quite easy.
Jan.
More information about the Serdev
mailing list