SSL Explorer
SSL Explorer
I recently installed SSL Explorer on a Linux platform. Fedora Core 1.
Very simple installation. Download the sslexplorer_Linux_0_2_8_01.sh or whatever the latest version isfrom www.sshtools.com.
Chmod the file to make it executable, and run the script. It will do pretty much everything, even download the JVM for you from SUN.
Configuration is pretty straighforward. It runs a GUI (JAVA) based install. Then it configures the management port on 28080. Follow the steps for creating an unsigned SSL certificate, and choose the applications you want to install for clients. I chose VNC for my test.
Once it has completely installed, you may need to create the path for JAVA_HOME in order for it to run properly. To set the path, find the jre location and run the following commands.
# export JAVA_HOME=/usr/java/jre1.5_0_06 (example location)
# export PATH=${PATH}:{JAVA_HOME}/bin
-NEXT - Configuring VNC in sslexplorer for client access.

0 Comments:
Post a Comment
<< Home