]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
node.py: use 'node.pem' for all nodes
authorBrian Warner <warner@allmydata.com>
Wed, 23 May 2007 19:48:52 +0000 (12:48 -0700)
committerBrian Warner <warner@allmydata.com>
Wed, 23 May 2007 19:48:52 +0000 (12:48 -0700)
commitf9e45391f63584bae9bed96c6b7df7d5c0023649
tree3edf1e07947df3f9e0906262906dfa7938a811d4
parent9edc6574ae7b5326aef15a7b13bbfdce0c398be9
node.py: use 'node.pem' for all nodes

Rather than use separate client.pem and introducer.pem files, use 'node.pem'
for all nodes regardless of what type it is. This is slightly cleaner, but
introduces a compatibility. Users who upgrade to this change should do
'mv client.pem node.pem' to avoid generating a new certificate and thus
changing their TubID.
src/allmydata/client.py
src/allmydata/introducer_and_vdrive.py
src/allmydata/node.py