your feedback

Web and Unix administration made simple by doing rare mini projects

Web and Unix administration made simple by doing rare mini projects header image 2

How to sign up appgate mindterm java applet

June 30th, 2006 · 1 Comment · Cross-OS projects

http://appgate.com  is no 1  free solution for web based ssh client. So using this web based java ssh applet you can connect to any server  which  configured to access via ssh. But free version of appgate mindterm applet does not come as signed applet. Browsers don;t allow you to connect remote servers if applet is not properly signed.

 

Signing mindterm.jar for use with SUN Java VM:

- install the Java SDK from http://java.sun.com/j2se/downloads.html

- Create a key:
  keytool -alias keyname -genkey

- Sign mindterm.jar:
  jarsigner mindterm.jar keyname

MyFreeCopyright.com Registered & Protected

Tags:

One Comment so far ↓

Leave a Comment