www / (blank) and one for img.
openssl rsa -noout -text -in my.key
openssl req -noout -text -in my.csr
openssl x509 -noout -text -in my.crt
openssl genrsa -des3 -out boxaroo_main.key 1024 openssl req -new -key boxaroo_main.key -out boxaroo_main.csr www / (blank) domain, use boxaroo.com. For the img domain, use img.boxaroo.com
.key to the server it goes with in /etc/httpd/conf/ssl.key.
openssl rsa -in img_boxaroo.key_encrypted_original -out img_boxaroo.key (then enter your passphrase)
boxaroo.key to the servers. But this key must be kept safe! It is the key to the castle.
.csr to the server it goes with in /etc/httpd/conf/ssl.csr. Not actually sure this is required, but...
.csr file into the Godaddy request window
boxaroo.crt (or, say, img_boxaroo.crt). Save this to /etc/httpd/conf/ssl.crt/
/etc/httpd/conf/ssl.crt (easy way: pdsh -w img1,img "wget https://certificates.godaddy.com/repository/gd_intermediate_bundle.crt -O /etc/httpd/conf/ssl.crt/gd_intermediate_bundle.crt")
/etc/httpd/conf.d/ssl.conf. Note - there is simply one intermediate bundle, not a different one for each cert. SSLCertificateFile to your cert from Godaddy
SSLCertificateKeyFile to your key you made
SSLCertificateChainFile to the intermediate bundle from Godaddy