Skip to content
Snippets Groups Projects
Commit d4ddf14b authored by Russell Bryant's avatar Russell Bryant
Browse files

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
parent 512a022a
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ On server_a: ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment