updates
authorPekka Riikonen <priikone@silcnet.org>
Sat, 30 Nov 2002 14:07:20 +0000 (14:07 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 30 Nov 2002 14:07:20 +0000 (14:07 +0000)
doc/example_silcd.conf.in

index c098013dfd5820d0c556a2379e7ae70264a80252..f31ed10b5baf4d93474aae02cd78fbba0b502a60 100644 (file)
@@ -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";