I need to change my VNA server from http to HTTPS, when I issue the command:
/subsystem=elytron/key-store=httpsKS:add(path=keystore.jks,relative-to=jboss.server.config.dir,credential-reference={clear-text=changeit},type=JKS)
I get the following error:
syntax error near unexpected token `path=keystore.jks,relative-to=jboss.server.config.dir,credential-reference={clear-text=changeit},type=JKS'
Running command at shell prompt not jboss cli.
Example:
# /subsystem=elytron/key-store=httpsKS:add(path=keystore.jks,relative-to=jboss.server.config.dir,credential-reference={clear-text=changeit},type=JKS)
bash: syntax error near unexpected token `path=keystore.jks,relative-to=jboss.server.config.dir,credential-reference={clear-text=changeit},type=JKS'
Release : 21.2
Component : Virtual Network Assurance For CA Performance Management
When executing the jboss-cli.sh you shoudl see something like:
/opt/CA/VNA/wildfly/bin/jboss-cli.sh
You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
[disconnected /]
You then would run the connect command and see a prompt of:
[[email protected]:9990 /]
And at that prompt the command noted would be run.