Archives
-
How to prepare for, and install GoDaddy SSL certificate into GlassFish v3
Here are steps showing you how to prepare and install a SSL certificate purchased from Godaddy into GlassFish v3 server. To learn more about Godaddy certificates and step to buy a certificate you need to take a look at http://www.godaddy.com/ssl/ssl-certificates.aspx?app_hdr=. After you understand what Godaddy offer and whether it suites your requirement you can use [...]
Comments Off -
How to Secure GlassFish installation, Part II
In order to secure the application server you need to secure its communication ways with outside world, It means you will need to secure all ports and listeners. There are 3 kind of listeners in Glassfish application server that you will need to take care of them First of all make sure that you secured [...]
Feb 17th, 2008 | Filed under GlassFish, GlassFish Security, How To, Java EE, Java EE Security, Learning, Open Source, Software Security -
How to have your Own CA and configure Glassfish and your clients for mutual authentication?, Part II
In the second part of the series, you can see how we can utilize EJBCA to create certification for a client side application which will communicate with Glassfish server when Client cert authentication (Mutual Authentication) is enabled whether by changing the listener attributes or by describing it in the web-config.xml. In order to create client [...]
Aug 23rd, 2007 | Filed under GlassFish, GlassFish Security, How To, Java, Java EE, Java EE Security, Java SE, Learning, Software Security -
How to have your Own CA and configure Glassfish and your clients for mutual authentication?
One of the most repeated question in GlassFish mailing list is SSL, Certification, Mutual Authentication,…. In this Entry I will try to address some of this questions by giving an step by step guide for using EJBCA to issue certificate, use them in both glassfish and clients which connect to glassfish in some manner. clients [...]
Aug 16th, 2007 | Filed under GlassFish, How To, Java, Java EE, Java EE Security, Java SE, Learning, Software Security
