From 4c88ff86bcd32735d4768ef3464812cd77c500be Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Fri, 27 Dec 2002 19:32:33 +0000 Subject: [PATCH] PrivateKeyFile instead of PrivateKey. --- doc/tinc.texi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/tinc.texi b/doc/tinc.texi index 3c597b32..488aa343 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -1,5 +1,5 @@ \input texinfo @c -*-texinfo-*- -@c $Id: tinc.texi,v 1.8.4.33 2002/10/07 07:32:31 guus Exp $ +@c $Id: tinc.texi,v 1.8.4.34 2002/12/27 19:32:33 guus Exp $ @c %**start of header @setfilename tinc.info @settitle tinc Manual @@ -18,7 +18,7 @@ Copyright @copyright{} 1998-2002 Ivo Timmermans , Guus Sliepen and Wessel Dankers . -$Id: tinc.texi,v 1.8.4.33 2002/10/07 07:32:31 guus Exp $ +$Id: tinc.texi,v 1.8.4.34 2002/12/27 19:32:33 guus Exp $ Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are @@ -43,7 +43,7 @@ Copyright @copyright{} 1998-2002 Ivo Timmermans , Guus Sliepen and Wessel Dankers . -$Id: tinc.texi,v 1.8.4.33 2002/10/07 07:32:31 guus Exp $ +$Id: tinc.texi,v 1.8.4.34 2002/12/27 19:32:33 guus Exp $ Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are @@ -1215,7 +1215,7 @@ and in @file{/etc/tinc/company/tinc.conf}: @example Name = BranchA -PrivateKey = /etc/tinc/company/rsa_key.priv +PrivateKeyFile = /etc/tinc/company/rsa_key.priv Device = /dev/tap0 @end example @@ -1254,7 +1254,7 @@ and in @file{/etc/tinc/company/tinc.conf}: @example Name = BranchB ConnectTo = BranchA -PrivateKey = /etc/tinc/company/rsa_key.priv +PrivateKeyFile = /etc/tinc/company/rsa_key.priv @end example Note here that the internal address (on eth0) doesn't have to be the -- 2.20.1