mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
Fix a typo. Someone on IRC copied this literally and then wondered why it
wasn't working. :) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@125988 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -61,7 +61,7 @@ On server_a:
|
|||||||
|
|
||||||
[general]
|
[general]
|
||||||
tlsenable=yes
|
tlsenable=yes
|
||||||
tlscertfgile=/etc/asterisk/asterisk.pem
|
tlscertfile=/etc/asterisk/asterisk.pem
|
||||||
tlscafile=/etc/ssl/ca.pem ; This is the CA file used to generate both certificates
|
tlscafile=/etc/ssl/ca.pem ; This is the CA file used to generate both certificates
|
||||||
register => tls://100:test@192.168.0.100:5061
|
register => tls://100:test@192.168.0.100:5061
|
||||||
|
|
||||||
@@ -80,7 +80,7 @@ port=5061
|
|||||||
On server_b:
|
On server_b:
|
||||||
[general]
|
[general]
|
||||||
tlsenable=yes
|
tlsenable=yes
|
||||||
tlscertfgile=/etc/asterisk/asterisk.pem
|
tlscertfile=/etc/asterisk/asterisk.pem
|
||||||
|
|
||||||
[100]
|
[100]
|
||||||
type=friend
|
type=friend
|
||||||
|
|||||||
Reference in New Issue
Block a user