Tag Archives: certificate

Technical Certifications are like a TAX!

Just like many other Software Developers and Network Administrators, I was wondering whether Certifications in a particular technical domain will be advantageous in a way. Microsoft, Cisco, Oracle, Red-Hat and countless others have their own set of certifications to assess, evaluate & justify a candidate’s skill set. But to be honest, ‘Certifications are like TAX […]

0  

Apache Tomcat 6 – SSL Configuration

Here, we will try to configure Apache Tomcat for SSL based request. In a previous post, I showed how Certificates are generated First of all, download 32/64 bit versions of Tomcat 6.0 from below links 32 Bit: http://apache.osuosl.org/tomcat/tomcat-6/v6.0.30/bin/apache-tomcat-6.0.30-windows-x86.zip   64 Bit: http://apache.osuosl.org/tomcat/tomcat-6/v6.0.30/bin/apache-tomcat-6.0.30-windows-x64.zip   Unzip either of the above under in C drive   In Windows 7, […]

0  

Generating Certificates using Keytool

In Windows 7, make sure you open Command Prompt under Administrative mode. On Server machine: $ keytool -genkey -alias SrvKeystore -keypass abcd123 -keystore SrvKeystore -storepass abcd123 What is your first and last name? [Unknown]: G P What is the name of your organizational unit? [Unknown]: GauZ What is the name of your organization? [Unknown]: GauZ […]

0