views:

325

answers:

1

I am very new to SSL,wants to install SSL for my application on GLASSFISH,though tried to find some tutorials which can teach me from basic,but was unable to find any elaborative solution . 1)Like how to generate a self signed Certificate for the SSL? 2)How to configure this certificate with my application? 3)how to Configure only LOGIN page on SSL? 4)What is this openSSL,how it can be used in application?

+2  A: 
  1. How to generate a new self-signed certificate using keytool
  2. How to create a keystore using keytool
  3. Sorry, I don't understand this question.
  4. OpenSSL and Glassfish
duffymo
I want to configure the only login page on SSL ,once authentication has been done,i do not need this SSL
Sam Rudolph
So you want http for the login, and http for everything else?
duffymo