Version 3

    Creating a Keystore for SSL

     

    Introduction

     

    SSL and other encryption based technologies require the creation of a keystore.  Creating a keystore is simple.  You just use the "keytool" provided with the JDK.

     

    Using the tool

     

    Type the following:

     

    > keytool �genkey �alias taserver �keyalg RSA �keystore server
    

     

    You'll be asked a series of questions.  The most important will be the keystore password.

     

    TODO: finish