How to move certificate from Apache to Server 2012 IIS 8

Add to Favorites Depending on your network you may have to move your SSL/TLS server certificate and its private key from one system to another. This article covers how to convert and move your SSL certificate, its private key, and its intermediate CA from Apache a Microsoft IIS 8 Server 2012 System. Apache systems are very […]

Read More

How To Move An SSL Certificate From Windows Server To Apache.

Add to Favorites Depending on your network you may have to move your SSL/TLS server certificate and its private key from one system to another. This article covers how to move your server certificate, and its private key from IIS that uses a single pfx/p12/pkcs#12 file to Apache that uses separate .pem,.crt, key files. This will require […]

Read More

How to move certificate from IIS to Tomcat

Add to Favorites Windows servers use .pfx/.p12 (pkcs#12) 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 […]

Read More

How to Convert an SSL Server Certificate from Apache to PKCS12/PFX

Add to Favorites Depending on your network you may have to move your SSL/TLS server certificate and its private key from one system to another. This article covers how to move your SSL certificate, its private key, and its intermediate CA from Apache to pfx also known as a pkcs#12 file. This will require a […]

Read More

Troubleshooting: “Cannot find the certificate request that is associated with this certificate file.”

Add to Favorites In Windows IIS, and Exchange systems you may receive the following error message when attempting the installation of a digital certificate. “The pending certificate request for this response file was not found. This request may be canceled. You cannot install selected response certificate using this Wizard.” Or “Cannot Find the certificate request that […]

Read More

Microsoft Office 365 – CSR Instructions

Add to Favorites To generate a Certificate Signing Request (CSR) for Office 365 you will need to create a key pair for your server the public key and private key. These two items are a digital certificate key pair and cannot be separated. On Windows type systems PFX/PKCS12 requests are made, and are stored on […]

Read More

How to move SSL Certificate from IIS to Titan FTP

Add to Favorites Windows servers use PKCS#12 – .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 […]

Read More

Troubleshooting: Assigning a friendly name to an SSL Certificate in Windows

Add to Favorites Microsoft Management Console (MMC) is the management console that is used to configure, manipulate, create, and fix services on a windows system in the back end that you probably wont be able to do with any front end application. It is used heavily to troubleshoot matters related to SSL certificates on Windows systems. If you […]

Read More