How to move SSL certificate from Tomcat to Tomcat

Add to Favorites Tomcat systems are very customizable. The directory location and naming of the individual files needed vary depending on your personalized system. Below are generalized instructions. We will start by assuming that you have already successfully installed the SSL certificate on the one Tomcat web server. To move your SSL certificate keystore from one […]

Read More

Export and Backup a PFX certificate from Windows IIS 7.0 – 8.5

Add to Favorites Windows servers use .pfx/.p12 files to contain the public key file (SSL Certificate) and its unique private key file. The Certificate Authority (CA) provides you with your SSL Certificate (public key file). You use your server to generate the associated private key file where the CSR was created. You need both the […]

Read More

Export and Backup a certificate from Apache

Add to Favorites Apache web servers use pem X509 files for its SSL certificate key configurations. We will start by assuming that you have already successfully installed the SSL certificate on the Apache web server. Apache systems can have customized environments you may have to make the necessary adjustments pertaining to your own system. You […]

Read More