-
Bug
-
Resolution: Done
-
Critical
-
JWS 3.0.2 DR2, JWS 3.1.0 ER3
-
None
-
None
tomcat-vault.bat give output, that person is supposed to copy past to vault.properties
Something like this
KEYSTORE_URL=C:\cygwin64\home\Administrator\test\Bubak\jws-3.0\share\tomcat8\vault.keystore KEYSTORE_PASSWORD=MASK-31Lvk46h.lG KEYSTORE_ALIAS=vault SALT=12345678 ITERATION_COUNT=20 ENC_FILE_DIR=C:\cygwin64\home\Administrator\test\Bubak\jws-3.0\share\tomcat8\conf
Windows slashes are used, but when properties are used they are interpreted as "special". In this example ENC_FILE_DIR=C:cygwin64homeAdministrator estBubakjws-3.0sharetomcat8conf. To run it you must use double slash "
" or unix like slashes "/", with unix like can be problem with spaces " " in names.