> 1) where do i get the .key and .crt for vsdclient
VSDClient operates in SSL mode by default. If you have
installed freeVSD with SSL enabled (by installing from
source and using the --with-openssl switch in the ./configure
command), follow the instructions in doc/user-guide.txt to
create a Certificate Authority, Host Certificate and
Certificate/Key pair for your VS. The .crt and .key files
should be located at
/usr/local/etc/vsd/client/<vsname>.crt
/usr/local/etc/vsd/client/<vsname>.key
However, if you did not install freeVSD with SSL enabled, then
you need to run VSDClient in non-SSL mode. This can be done
by starting VSDCliet from a DOS prompt or a shortcut using
syntax similar to the following:
"C:\Program Files\Idaya\VSD Client\vsdclient.exe" /NOSSL
You should really only run VSDClient in non-SSL mode behind
a firewall, for security.
Jon.