-
Bug
-
Resolution: Done
-
Critical
-
JWS 3.0.1 CR2
-
None
-
None
non-interactive password storing should look like
vault.sh --keystore KEYSTORE_URL --keystore-password KEYSTORE_PASSWORD --alias KEYSTORE_ALIAS --vault-block VAULT_BLOCK --attribute ATTRIBUTE --sec-attr SEC-ATTR --enc-dir ENC_FILE_DIR --iteration ITERATION_COUNT --salt SALT
tomcat-vault.sh --attribute manager_password2 --sec-attr password1234 --keystore JWS_HOME/conf/vault.keystore --keystore-password vault22 --alias vault --enc-dir JWS_HOME/conf/ --iteration 20 --salt 12345678 --vault-block vb
After that command there is stored manager_password2 in vault, but with secured atribute manager_password2, concluded from fact that it is possible to log in to secure page with "manager_password2" as password.