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