From: Pekka Riikonen Date: Sat, 30 Nov 2002 14:07:20 +0000 (+0000) Subject: updates X-Git-Tag: silc.client.0.9.10~50 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=4f61822da2d21b4d142f0e1d2e1f31b9cf8e0343;p=silc.git updates --- diff --git a/doc/example_silcd.conf.in b/doc/example_silcd.conf.in index c098013d..f31ed10b 100644 --- a/doc/example_silcd.conf.in +++ b/doc/example_silcd.conf.in @@ -415,9 +415,9 @@ ConnectionParams { Client { #Host = "10.1.*"; #Passphrase = "secret"; - #PublicKey = "/path/to/the/user_my.key"; - #PublicKey = "/path/to/the/user_221.key"; - #PublicKey = "/path/to/the/user_313.key"; + #PublicKey = "/path/to/the/user_my.pub"; + #PublicKey = "/path/to/the/user_221.pub"; + #PublicKey = "/path/to/the/user_313.pub"; #PublicKeyDir = "/path/to/keys/dir/"; Params = "normal"; }; @@ -439,7 +439,7 @@ Admin { User = "priikone"; Nick = "pekka"; Passphrase = "verysecret"; - # PublicKey = "/path/to/the/public.key"; + # PublicKey = "/path/to/the/public.pub"; }; # @@ -463,7 +463,7 @@ Admin { ServerConnection { Host = "10.2.1.7"; Passphrase = "verysecret"; - #PublicKey = "/path/to/the/public.key"; + #PublicKey = "/path/to/the/public.pub"; Params = "normal"; Backup = false; }; @@ -500,7 +500,7 @@ RouterConnection { Host = "10.2.1.100"; Port = 706; Passphrase = "verysecret"; - #PublicKey = "/path/to/the/public.key"; + #PublicKey = "/path/to/the/public.pub"; Params = "normal"; Initiator = true; #BackupHost = "10.2.1.6";