Actions
Server Configuration¶
Create a new keystore¶
A script is provided to build the keystore, but it need a CA Certificate.
./new_keystore.sh
Set keystore path and pass in tomcat/conf/server.xml and wanda2/WEB-INF/classes/config.xml (in war file).
Add root user¶
Use "new_user.sh root" to make a user.
import in the keystore:
keytool -import -trustcacerts -alias Root -file root_for_VFS_manager.crt -keystore keystore
import in the app:
edit wandaDB.xml and replace the certificate with the one found in root_for_VFS_manager.crt (without start/end tags).
Mis à jour par Anonyme il y a plus de 14 ans · 1 révisions