1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
[client]
verbose = false
datadir = "data/"
timeout = 37
rwd_keys = true
threshold = 2
validate_password = false
# v1 server
address="localhost"
port=10000
ssl_cert = "cert.pem"
delete_upgraded=true
[servers]
[servers.zero]
host="localhost"
port=10000
ssl_cert = "cert.pem"
ltsigkey_path = "data/zero.pub"
timeout = 37
#ssl_cert = "servers/0/cert.pem"
#ltsigkey = "servers/0/ltsig.key.pub"
[servers.one]
host="localhost"
port=10001
ssl_cert = "cert.pem"
ltsigkey_path = "data/one.pub"
timeout = 37
#ssl_cert = "servers/1/cert.pem"
#ltsigkey = "servers/0/ltsig.key.pub"
[servers.two]
host="localhost"
port=10002
ssl_cert = "cert.pem"
ltsigkey_path = "data/two.pub"
timeout = 37
#ssl_cert = "servers/2/cert.pem"
#ltsigkey = "servers/0/ltsig.key.pub"
#[servers.drei]
#host="localhost"
#port=10003
#ssl_cert = "cert.pem"
#ltsigkey = "data/drei.pub"
#
#[servers.eris]
#host="localhost"
#port=10004
#ssl_cert = "cert.pem"
#ltsigkey = "data/eris.pub"
[websphinx]
pinentry="/usr/bin/pinentry"
|