Appendix |
Generating an RSA Private Key and CSR for your Apache Web Server
Follow the steps below to generate an RSA Private Key, Certificate Signing Request (CSR) and optional self-signed certificate using OpenSSL. For your organization's internal and/or testing purposes, Aspera® also provides the PEM files aspera_server_cert.pem and aspera_server_key.pem, which are located in the following directory:
/opt/aspera/etc/
About PEM Files:
The PEM certificate format is commonly issued by Certificate Authorities. PEM certificates have extensions that include .pem, .crt, .cer, and .key, and are Base-64 encoded ASCII files containing "-----BEGIN CERTIFICATE-----" and "-----END CERTIFICATE-----" statements. Server certificates, intermediate certificates, and private keys can all be put into the PEM format. Apache and other similar servers use PEM format certificates.