how to copy certs to solace using cli
As per the doc, it was told to use the sftp command to copy certs from the remote host to /certs folder of solace. But, when am trying the same its throwing error:
solace-ac> copy sftp://root@****/tmp/caserver.pem /certs/caserver.pem
Invalid command input
copy sftp://root@****/tmp/caserver.pem /certs/caserver.pem
^
-> unknown command, or command not available in current mode
Suggest, how to proceed from the above, we would like to use solace with secure mode.
Comments
-
Hi @Manikanta532 ,
You would need to go into EXEC mode first, by simply enter "enable" command first. Then you'd see the prompt changed to solace-ac#
Reference here: https://docs.solace.com/Solace-CLI/Using-Solace-CLI.htm#using_the_solace_router_cli_2293357723_2042671 -
Thank you arih , it worked.
2