> First one; > What is /etc/pivot.keystore ?? Does it contain any private keys, if so > which ones?
Yes, it contains one private key that's used to self-sign our jars within the demos and tutorials web archives. These WAR files hold our demos and tutorials, some of which require signed applets to run. The private key password is not protected at all (it's in clear text in the build.xml file) since the key isn't used for anything central. -T
