How to configure TLS. (step by step)

new-user

New Member
Joined
May 23, 2009
Messages
2
Reaction score
0
HI
i am a new user. plz dont mind if i ask some basic and silly questions :confused5:. I need help step by step.
I have one server (asterisk 1.4.21.2, Centos 5.2) and two endpoints.
I want to configure and test TLS.
i used these commands for openssl.
1st Step:
cd /tmp
mkdir -p /opt/openssl
wget http://www.openssl.org/source/openssl-0.9.8k.tar.gz
tar xvzf openssl-0.9.8k.tar.gz
cd openssl-0.9.8k
./config --prefix=/opt/openssl --openssldir=/opt/openssl
make
make test
make install
......................................
2nd step:
and then generated a self signed certificate with these commands.
$ openssl genrsa -out key.pem 1024
..................................
$ openssl req -new -key key.pem -out request.pem

Country Name (2 letter code) [AU]:
State or Province Name (full name) [Some-State]:
Locality Name (eg, city) []:
Organization Name (eg, company):
Organizational Unit Name (eg, section) []:.
Common Name (eg, YOUR name) []:local.pbx (my server host name)
Email Address []:

Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:
......................................
$ openssl x509 -req -days 30 -in request.pem -signkey key.pem -out certificate.pem
............................................
now what should i do in sip.conf and extension.conf
any free softphone with TLS support??
I have phonerlite. It shows option of TLS but i read that it doesn't support TLS.

Please help me i will be very grateful to you.
 

Members online

No members online now.

Forum statistics

Threads
26,687
Messages
174,410
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top