From 71271c046df6b7b3f348c75c13a68bc67af56f14 Mon Sep 17 00:00:00 2001 From: Mesut Can Gurle Date: Tue, 5 Apr 2016 01:14:53 +0300 Subject: [PATCH 1/4] typo is fixed. --- sip-proxy.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sip-proxy.xml b/sip-proxy.xml index 02de06c..b2adce7 100644 --- a/sip-proxy.xml +++ b/sip-proxy.xml @@ -169,9 +169,9 @@ Transport5Type = TCP Transport5RecordRouteUri = sip:198.51.100.19:5060;transport=TCP # Transport6 is the IPv6 version of Transport6 -Transport5Interface = 2001:DB8:1000:2000::19:5060 -Transport5Type = TCP -Transport5RecordRouteUri = sip:2001:DB8:1000:2000::19:5060;transport=TCP +Transport6Interface = 2001:DB8:1000:2000::19:5060 +Transport6Type = TCP +Transport6RecordRouteUri = sip:2001:DB8:1000:2000::19:5060;transport=TCP HttpBindAddress = 198.51.100.19, 2001:DB8:1000:2000::19 HttpAdminUserFile = /etc/repro/users.txt From 58a43ec3927400ad5a1364c7bf568b7ebf11be42 Mon Sep 17 00:00:00 2001 From: Mesut Can Gurle Date: Tue, 5 Apr 2016 01:44:12 +0300 Subject: [PATCH 2/4] self signing the certificate part is added. --- tls.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tls.xml b/tls.xml index 16d0368..3f18237 100644 --- a/tls.xml +++ b/tls.xml @@ -172,6 +172,16 @@ EOF The certificate is now ready for use by both the SIP and XMPP servers. It can also be used to secure a web server, SMTP server or any other application. + + Self signing the certificate + It is not highly recommended but if you would like to create a self signed certificate, you can use the following command. + +$ sudo openssl x509 -req -days 365 -in ${CSR_PEM} \ + -signkey ${PRIVATE_KEY_PEM} \ + -out ${CERT_DIR}/${MY_DOMAIN}.pem + + + From 0ca646bc7c7a90d90a6c14e6b06e8b963eb11d2e Mon Sep 17 00:00:00 2001 From: Mesut Can Gurle Date: Tue, 5 Apr 2016 01:54:17 +0300 Subject: [PATCH 3/4] Self signing the certificate part is added. --- tls.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tls.xml b/tls.xml index 16d0368..3f18237 100644 --- a/tls.xml +++ b/tls.xml @@ -172,6 +172,16 @@ EOF The certificate is now ready for use by both the SIP and XMPP servers. It can also be used to secure a web server, SMTP server or any other application. + + Self signing the certificate + It is not highly recommended but if you would like to create a self signed certificate, you can use the following command. + +$ sudo openssl x509 -req -days 365 -in ${CSR_PEM} \ + -signkey ${PRIVATE_KEY_PEM} \ + -out ${CERT_DIR}/${MY_DOMAIN}.pem + + + From 8b2c7522fbc427647a6ef7b9f34bccb0f5d883be Mon Sep 17 00:00:00 2001 From: Mesut Can Gurle Date: Tue, 5 Apr 2016 01:59:48 +0300 Subject: [PATCH 4/4] Self signing the certificate part is added. --- sip-proxy.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sip-proxy.xml b/sip-proxy.xml index b2adce7..02de06c 100644 --- a/sip-proxy.xml +++ b/sip-proxy.xml @@ -169,9 +169,9 @@ Transport5Type = TCP Transport5RecordRouteUri = sip:198.51.100.19:5060;transport=TCP # Transport6 is the IPv6 version of Transport6 -Transport6Interface = 2001:DB8:1000:2000::19:5060 -Transport6Type = TCP -Transport6RecordRouteUri = sip:2001:DB8:1000:2000::19:5060;transport=TCP +Transport5Interface = 2001:DB8:1000:2000::19:5060 +Transport5Type = TCP +Transport5RecordRouteUri = sip:2001:DB8:1000:2000::19:5060;transport=TCP HttpBindAddress = 198.51.100.19, 2001:DB8:1000:2000::19 HttpAdminUserFile = /etc/repro/users.txt