[
https://issues.jboss.org/browse/WFLY-8597?page=com.atlassian.jira.plugin....
]
Ingo Weiss moved JBEAP-10422 to WFLY-8597:
------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-8597 (was: JBEAP-10422)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Security
(was: Security)
Affects Version/s: 11.0.0.Alpha1
(was: 7.1.0.DR15)
Vault WFLYSEC0059: Exception encountered:WFLYSEC0045: Exception
encountered
---------------------------------------------------------------------------
Key: WFLY-8597
URL:
https://issues.jboss.org/browse/WFLY-8597
Project: WildFly
Issue Type: Bug
Components: Security
Affects Versions: 11.0.0.Alpha1
Reporter: Ingo Weiss
Assignee: Ingo Weiss
If vault does not like keystore, it fails with this message, but no exception is logged
and it does not provide any indication of the issue.
{code}
WFLYSEC0059: Exception encountered:WFLYSEC0045: Exception encountered:
{code}
{code}
keytool -genkey -alias jbosseap -keyalg RSA -keysize 1024 -keystore jbosseap.keystore
-validity 3650 -keypass jbosseap -storepass jbosseap
...
{code}
{code}
./bin/vault.sh
Please enter a Digit:: 0: Start Interactive Session 1: Remove Interactive Session 2:
Exit
0
Starting an interactive session
Enter directory to store encrypted files: .
Enter Keystore URL: jbosseap.keystore
Enter Keystore password:
Enter Keystore password again:
Values match
Enter 8 character salt: 12345678
Enter iteration count as a number (e.g.: 44): 44
Enter Keystore Alias: jbosseap
WFLYSEC0056: Initializing Vault
WFLYSEC0059: Exception encountered:WFLYSEC0045: Exception encountered:
Please enter a Digit:: 0: Start Interactive Session 1: Remove Interactive Session 2:
Exit
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)