EC2 ELB Godaddy Cert
Adding Godaddy Cert to EC2 ELB Setup AWS Command Line Interface Setup instructions are found here: Define your files and run these commands: # define these crtdomain=”example.com” crtchain=”gd_bundle.crt” echo “converting to pem format” openssl rsa -in ${crtdomain}.key -out aws-${crtdomain}.key…