-
Bug
-
Resolution: Done
-
Major
-
5.0.0.Alpha3
-
None
Running commands with --file option works OK. Copying commands one by one works OK
Seems to me as something is beeing overflowed.
[standalone@localhost:9990 /] # prepare server and client key materials [standalone@localhost:9990 /] # generate server keystore [standalone@localhost:9990 /] /subsystem=elytron/key-store=server_keystore:add(type=PKCS12, credential-reference={clear-text=secret},path=/tmp/server.keystore) {"outcome" => "success"} [standalone@localhost:9990 /] /subsystem=elytron/key-store=server_keystore:generate-key-pair(alias=server, distinguished-name="CN=server") {"outcome" => "success"} [standalone@localhost:9990 /] /subsystem=elytron/key-store=server_keystore:export-certificate(alias=server,path=/tmp/server.certificate.pem,pem=true) {"outcome" => "success"} [standalone@localhost:9990 /] # generate client keystore [standalone@localhost:9990 /] /subsystem=elytron/key-store=client_keystore:add(type=PKCS12, credential-reference={clear-text=secret},path=/tmp/client.keystore) {"outcome" => "success"} [standalone@localhost:9990 /] /subsystem=elytron/key-store=client_keystore:generate-key-pair(alias=client, distinguished-name="CN=client") {"outcome" => "success"} [standalone@localhost:9990 /] /subsystem=elytron/key-store=client_keystore:export-certificate(alias=clieytron/key-store=client_truststore:import-certificate(alias=server,path=/tmp/server.certificate.pem,validate=false Closing ')' is missing. [standalone@localhost:9990 /] # save it all [standalone@localhost:9990 /] /subsystem=elytron/key-store=server_keystore:store() { "outcome" => "success", "result" => undefined } [standalone@localhost:9990 /] /subsystem=elytron/key-store=client_keystore:store() { "outcome" => "success", "result" => undefined } [standalone@localhost:9990 /] /subsystem=elytron/key-store=server_truststore:store() { "outcome" => "failed", "failure-description" => "WFLYCTL0216: Management resource '[ (\"subsystem\" => \"elytron\"), (\"key-store\" => \"server_truststore\") ]' not found", "rolled-back" => true } [standalone@localhost:9990 /] /subsystem=elytron/key-store=client_truststore:store()
- is caused by
-
AESH-462 Handling of long list of copied/pasted commands
- Resolved
-
AESH-463 Echo of remaining characters on some platforms
- Resolved
- is incorporated by
-
WFCORE-3732 upgrade core to depend on aesh 1.4
- Resolved
- relates to
-
JBEAP-14795 EAP Installer: long path into CLI prompt fails
- Closed