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 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

Apache HTTP (OpenSSL / Nginx / ModSSL) – SSL Installation

Add to Favorites Apache SSL is a very custom environment and your system may differ. Below are generalized instructions. If you have a custom installation, you will need to adjust these instructions appropriately. Like the majority of server systems you will install your SSL certificate on the same server where your Certificate Signing Request (CSR) […]

Read More

Apache HTTP (OpenSSL / Nginx / ModSSL) – CSR Instructions

Add to Favorites To generate a Certificate Signing Request (CSR), a key pair must be created for the server. These two items are a public key and a private key pair and cannot be separated. Apache SSL is a very custom environment and your system may differ. Below are generalized instructions. The utility “openssl” is […]

Read More