-
Bug
-
Resolution: Done
-
Major
-
None
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
- clones
-
JBEAP-9031 CS tool, provide way to create empty credential store
- Closed