Generating a SSL Cert for linux
Generating RSA & CSR (Signing Request) [root@yupapa root]# [root@yupapa root]# cd /etc/httpd/conf/ssl.key OPTION 1: Generating a RSA private key without a passphrase (ME recommended) [root@yupapa /etc/httpd/conf/ssl.key]# openssl genrsa -out MYdomain.com.key 1024 OPTION 2: Generating a RSA private key with a passphrase. You will be prompted to enter a passphrase right after you hit enter. [root@yupapa [...]