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

How to move SSL certificate from IIS to Lync 2013

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

How to Move SSL certificate from Apache to Tomcat

Add to Favorites Apache uses x509 pem/crt  files which is  is very different than a Tomcat system that uses keystores. You will follow these steps to copy, convert, and move the working Apache certificate to the Tomcat server. Both Apache and Tomcat are very customizable. The directory location and naming of the individual files needed vary […]

Read More

How to move SSL certificate from Apache to Apache

Add to Favorites Apache uses x509 pem/crt certificate files for its configurations. You will follow these steps to copy, move and import your files from Apache to Apache system. Apache  systems are very customizable. The directory location and naming of the individual files needed vary depending on your personalized system. Below are generalized instructions. You will have […]

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

How to move SSL Certificate from IIS to F5 BigIP 11 Loadbalancer

Add to Favorites Windows servers use .pfx 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