Is it possible to configure it so that the client and the server can 
authenticate via x509 certificates?

Currently i have it set up so that the Client validates the servers cert, 
and then the server validates the client with a password file. 
What I would like to do would be set the client up with its own cert and 
password signed by the same CA instead of using the password file

*Server *
/opt/TurboVNC/bin/vncserver  -SecurityTypes X509Vnc -x509cert 
/home/csof/ca/certs/localhost.cert.pem -x509key 
/home/csof/ca/certs/localhost.key.pem -rfbauth /home/csof/ca/t.file


*Client *
/opt/TurboVNC/bin/vncviewer -x509ca /home/csof/ca/certs/CA.cert.pem -passwd 
/home/csof/ca/t.file -loglevel 100 localhost:1

<what I would like to do> /opt/TurboVNC/bin/vncviewer -x509ca 
/home/csof/ca/certs/CA.cert.pem -x509cert 
/home/csof/ca/certs/client.cert.pem -x509key 
/home/csof/ca/certs/client.key.pem </>
I would also need to give the vncserver the CA cert too.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"TurboVNC User Discussion/Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/turbovnc-users/480bb209-ebf2-48ca-8ffd-df93e896aa32%40googlegroups.com.

Reply via email to