Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

verify_private_keys

verify_private_keys reads in private keys and their corresponding shares and checks whether they are consistent.

The following command-line options are recognized:

The configuration file must be in OpenSSL's CONF format and should define the following fields:

Here is an example of a relevant section in a configuration file:

 [ verify_keys ]
 nhosts  = 4
 nfaults = 1

 public_dir  = /etc/CODEX/pubkeys
 private_dir = /etc/CODEX/privkeys

 private_key_file    = ${private_dir}/service.private.pem
 private_key_passwd  = foobar
 public_eg_key_file  = ${public_dir}/service.eg.pub
 private_eg_key_file = ${private_dir}/service.eg.priv
 output_directory    = ${private_dir}

The command-line option -s verify_keys would then be supplied to specify that this is the section to load. Note that these configuration options are the same as for split_private_keys, and the same configuration file may be used for both.


Generated on Fri May 6 17:41:31 2005 for COrnell Data EXchange (CODEX) by  doxygen 1.4.1