PrivateKeyFile instead of PrivateKey.
This commit is contained in:
parent
5b2a62ebb6
commit
4c88ff86bc
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
\input texinfo @c -*-texinfo-*-
|
\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
|
@c %**start of header
|
||||||
@setfilename tinc.info
|
@setfilename tinc.info
|
||||||
@settitle tinc Manual
|
@settitle tinc Manual
|
||||||
|
@ -18,7 +18,7 @@ Copyright @copyright{} 1998-2002 Ivo Timmermans
|
||||||
<ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and
|
<ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and
|
||||||
Wessel Dankers <wsl@@nl.linux.org>.
|
Wessel Dankers <wsl@@nl.linux.org>.
|
||||||
|
|
||||||
$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
|
Permission is granted to make and distribute verbatim copies of this
|
||||||
manual provided the copyright notice and this permission notice are
|
manual provided the copyright notice and this permission notice are
|
||||||
|
@ -43,7 +43,7 @@ Copyright @copyright{} 1998-2002 Ivo Timmermans
|
||||||
<ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and
|
<ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and
|
||||||
Wessel Dankers <wsl@@nl.linux.org>.
|
Wessel Dankers <wsl@@nl.linux.org>.
|
||||||
|
|
||||||
$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
|
Permission is granted to make and distribute verbatim copies of this
|
||||||
manual provided the copyright notice and this permission notice are
|
manual provided the copyright notice and this permission notice are
|
||||||
|
@ -1215,7 +1215,7 @@ and in @file{/etc/tinc/company/tinc.conf}:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
Name = BranchA
|
Name = BranchA
|
||||||
PrivateKey = /etc/tinc/company/rsa_key.priv
|
PrivateKeyFile = /etc/tinc/company/rsa_key.priv
|
||||||
Device = /dev/tap0
|
Device = /dev/tap0
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
@ -1254,7 +1254,7 @@ and in @file{/etc/tinc/company/tinc.conf}:
|
||||||
@example
|
@example
|
||||||
Name = BranchB
|
Name = BranchB
|
||||||
ConnectTo = BranchA
|
ConnectTo = BranchA
|
||||||
PrivateKey = /etc/tinc/company/rsa_key.priv
|
PrivateKeyFile = /etc/tinc/company/rsa_key.priv
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
Note here that the internal address (on eth0) doesn't have to be the
|
Note here that the internal address (on eth0) doesn't have to be the
|
||||||
|
|
Loading…
Reference in a new issue