Uploaded image for project: 'WildFly Elytron'
  1. WildFly Elytron
  2. ELY-1104

CS tool, provide way to create empty credential store

XMLWordPrintable

      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
      

            yborgess1@redhat.com Yeray Borges Santana
            mchoma@redhat.com Martin Choma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: