Setting HTTPS for Apache 2.x using Godaddy SSL Certificate

Generating csr
openssl genrsa -aes128 2048 > www.domain.com.key
openssl req -utf8 -new -key www.domain.com.key -out www.domain.com.csr

Remove Passphrase
openssl rsa -in www.domain.com.key -out www.domain.com.key2

Leave a Reply