From: Russell Bryant Date: Fri, 27 Jun 2008 19:19:08 +0000 (+0000) Subject: Fix a typo. Someone on IRC copied this literally and then wondered why it X-Git-Tag: 1.6.2.0-beta1~1867 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4ddf14b6b7cbd10d7392d58ae41c9f6f37c6e15;p=thirdparty%2Fasterisk.git 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 --- diff --git a/doc/siptls.txt b/doc/siptls.txt index 17838063d6..8901a75ce4 100644 --- a/doc/siptls.txt +++ b/doc/siptls.txt @@ -61,7 +61,7 @@ On server_a: [general] 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 register => tls://100:test@192.168.0.100:5061 @@ -80,7 +80,7 @@ port=5061 On server_b: [general] tlsenable=yes -tlscertfgile=/etc/asterisk/asterisk.pem +tlscertfile=/etc/asterisk/asterisk.pem [100] type=friend