organization keys should have unique names
Closed this issue · 2 comments
mattray commented
org_key = org_dir + '/org.key'
is the current code, it should be
org_key = org_dir + '/' + org_name + '-org.key'
sbrar7 commented
@mattray Same applies to user.key as well. Also as we have -org at the end of each org name, can we simply make it org_name.key and user key to be org_name-user.key
mattray commented
Fixed in the 0.15.0 release