=== modified file 'plugins.d/password-request.xml' --- plugins.d/password-request.xml 2008-09-03 17:34:29 +0000 +++ plugins.d/password-request.xml 2008-09-03 20:31:19 +0000 @@ -62,13 +62,6 @@ - - - - - - OpenPGP secret key file base name. This will be combined - with the directory from the - option to form an absolute file name. The default name is - seckey.txt. + OpenPGP secret key file name. The default name is + /conf/conf.d/mandos/seckey.txt. @@ -420,25 +395,27 @@ - Run in debug mode, and use a custom key directory: + Run in debug mode, and use a custom key: - - &COMMANDNAME; --debug --keydir keydir + + +&COMMANDNAME; --debug --pubkey keydir/pubkey.txt --seckey keydir/seckey.txt + - Run in debug mode, with a custom key directory, and do not use - Zeroconf to locate a server; connect directly to the IPv6 - address 2001:db8:f983:bd0b:30de:ae4a:71f2:f672, port 4711, using interface eth2: -&COMMANDNAME; --debug --keydir keydir --connect 2001:db8:f983:bd0b:30de:ae4a:71f2:f672:4711 --interface eth2 +&COMMANDNAME; --debug --pubkey keydir/pubkey.txt --seckey keydir/seckey.txt --connect 2001:db8:f983:bd0b:30de:ae4a:71f2:f672:4711 --interface eth2