OpenSSL Configuration on Apache
Step 1. Generate RSA and CSR OPTION 1: Generating a RSA private key without a passphrase (ME recommended) [root@localhost/etc/httpd/conf/ssl.key]# openssl genrsa -out MYdomain.com.key 1024
OPTION 2: Generating a Continue reading
Tags: apache, linux, ssl