cloudcoderdotorg / CloudCoder

A web-based programming exercise system.
GNU Affero General Public License v3.0
71 stars 60 forks source link

keystore.password=changeit ... how to change it? #75

Closed tranquility-base closed 9 years ago

tranquility-base commented 10 years ago

Doing

java -jar cloudcoderApp-v0.0.9.jar listconfig

shows the config entry

cloudcoder.submitsvc.ssl.keystore.password=changeit

for both the webapp and builder. Is this something that needs changing post-install? If so, how?

daveho commented 9 years ago

This only has to do with how the app accesses the keystore. There's no need to change it (i.e., changing it wouldn't increase security: if the app jarfile is compromised, the contents of the keystore are compromised, because the keystore password is stored in cloudcoder.properties in the webapp jarfile.)