I have an EC2 instance that is using Amazon\'s custom linux install with built in apache. This install also has openssl installed. That being said, there does not appear t
I managed to enable SSL on my ec2 instance and to install a free ssl certificate from startssl.com. I made a few mistakes, this is the basic approach:
Web Server SSL/TLS Certificatessl.encrypted.key someplacesudo openssl rsa -in ssl.encrypted.key -out ssl.unencrpted.keysudo yum install mod_sslsudo vi /etc/pki/tls/certs/localhost.crt:%d to delete the existing certificate if required[ESC] wqsudo vi /etc/pki/tls/private/localhost.key[ESC] wqapachectl configtestsudo service httpd restartsudo kill -9 httpd