Hello, can one specify the priv/pub key filepath without the -c switch. I need some more controll over where the keys get stored. tincd.exe, without the -n switch stores it's keys in a static path. Relativ pathes would help. thx, Axel
On Mon, May 03, 2004 at 01:19:15AM +0200, Axel Christiansen wrote:> can one specify the priv/pub key filepath without > the -c switch. I need some more controll over where > the keys get stored. tincd.exe, without the -n switch > stores it's keys in a static path. Relativ pathes > would help.You can use the PrivateKeyFile and PublicKeyFile options in the configuration files to specify the location of the keys. Relative paths are not supported. -- Met vriendelijke groet / with kind regards, Guus Sliepen <guus@sliepen.eu.org> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://brouwer.uvt.nl/pipermail/tinc/attachments/20040503/d6cc59ae/attachment.pgp
Guus Sliepen wrote:> On Mon, May 03, 2004 at 01:19:15AM +0200, Axel Christiansen wrote: > > >>can one specify the priv/pub key filepath without >>the -c switch. I need some more controll over where >>the keys get stored. tincd.exe, without the -n switch >>stores it's keys in a static path. Relativ pathes >>would help. > > > You can use the PrivateKeyFile and PublicKeyFile options in the > configuration files to specify the location of the keys. Relative paths > are not supported.A dummi network (-c dummi) could fix my need. Thank you. I am using the tincd with a dynamic config. Whenever a connection comes up, pub keys and ip-config is exchanged bevore the final tincd config files are written. Therefore i want the key pair in a temporal area. BTW. Can you or anyone else see a proplam in the fact, that the public part of the key of both sides travel in clear text over the net? I use RPC to exchange the pub keys and ip config. Greetings, Axel