CAAdd on linux
Posted: Sat Apr 11, 2020 4:07 pm
The command CAAdd does not accept absolute path input on linux, it works fine on windows.
Here is the error message:
It works if I change to relative path
How can I input absolute path on linux? Or is it a bug?
Here is the error message:
Code: Select all
VPN Server/myhub>caadd /home/anhcq/testuser.crt
CAAdd command - Add Trusted CA Certificate
The parameter "/home/anhcq/testuser.crt" has been specified. It is not possible to specify this parameter when using the command "CAAdd". Input "CAAdd /HELP" to see th
e list of what parameters can be used.Code: Select all
VPN Server/myhub>caadd ~/testuser.crt
CAAdd command - Add Trusted CA Certificate
The command completed successfully.