🎄 Happy Holidays! 🥳
Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.
Happy Holidays!
Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.
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