Page 1 of 1

CAAdd on linux

Posted: Sat Apr 11, 2020 4:07 pm
by anhcq
The command CAAdd does not accept absolute path input on linux, it works fine on windows.
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.
It works if I change to relative path

Code: Select all

VPN Server/myhub>caadd ~/testuser.crt
CAAdd command - Add Trusted CA Certificate
The command completed successfully.
How can I input absolute path on linux? Or is it a bug?