-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR12
There is no way to create empty credential store. Curently credential store can be created only with adding alias as well.
java -jar wildfly-elytron-tool.jar credential-store --add myalias --secret supersecretpassword --location="test.store" --uri "cr-store://test?modifiable=true;create=true;keyStoreType=JCEKS" --password mycspassword --salt 12345678 --iteration 230 --summary
I would expect something like
java -jar wildfly-elytron-tool.jar credential-store --create --location="test.store" --uri "cr-store://test?modifiable=true;create=true;keyStoreType=JCEKS" --password mycspassword
- is cloned by
-
ELY-1104 CS tool, provide way to create empty credential store
- Resolved
- is incorporated by
-
JBEAP-10244 Upgrade WildFly Elytron Tool to 1.0.0.Beta4
- Closed
- is related to
-
JBEAP-9211 Credential store, during creation of CS backed keystore is not created on filesystem.
- Closed