CAAdd on linux

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
anhcq
Posts: 1
Joined: Tue Apr 23, 2019 3:29 pm

CAAdd on linux

Post by anhcq » 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:

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?

Post Reply