Keystore .jks Keytool – CSR Generation & SSL Installation Guide.

Add to Favorites To generate a Certificate Signing Request (CSR) you will first need to create a keystore for your Oracle system. Oracle systems such as Tomcat or Web Logic use keystores for its certificate web server configurations. If you lose your keystore file or your password to access it your SSL Certificate will no longer match […]

Read More

Portecle: Advanced Keystore Creation and Manipulation Tool

Add to Favorites Portecle is a user friendly GUI application for creating, managing and examining keystores, keys, certificates, certificate requests, certificate revocation lists and more. The scenario for using such a tool is if a server system lacks the capability of generating a CSR keypair on its own. Another Senario would be if large networks […]

Read More

Java Code Signing Certificate Guide

Add to Favorites Getting a Java Code Signing is more of a manual process compared to Microsoft Authenticode/Office-VBA Code Signing. Java Code Signing is used for signing  Java applications for desktops, digitally sign .jar files and Netscape Object Signing. Recognized by Java Runtime Environment (JRE). The following instructions are a supplemental guide into generating and configuring a keystore […]

Read More