mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +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] | ||||
| 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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user