Forum archive
Help installing SSL-certificate Magento Turnkey v13.0
Hi,
We run a magento webshop - www.inopro.no.
I just have started using Magento Turnkey v13 image for our magento installation on Amazon EC2 - https://aws.amazon.com/marketplace/pp/B00E8PKCFQ
The new installation you can find here: http://ec2-54-171-230-191.eu-west-1.compute.amazonaws.com
I have tried to install the ssl-certificate without success, so I need some help. I received the the GeoTrust certificate by e-mail. It has a SSL-certificate and a Certificate Authority (CA) SSL-certificate.
Are there anyone who could help me installing the certificate on the new server? If so please give me a price and which details you need from in order to access the server and files.
Best regards,
Stig Slettnes/Ino Pro
If you used the base TKL it should be pretty easy to configure using webmin. Apache2 webmin module is pretty good. You should be able to figure it out.
You basiclly need to upload the private key, the cert, and any other cert that comes with it. You can use the built in file browser or SCP to copy it over.
Certs go /etc/ssl/certs/
Private keys /etc/ssl/private
Login to Webmin https://yourhost:12321 Under servers, select apache. You may need to change the port to 443 for the virtual host and setup your SSL there.
If server is already setup to use SSL (Self signed cert) just upload your files and change the files to point to your certs, and restart the apache service using webmin or SSH
If your private key has a password you may want to remove it so you don't have to enter it everytime you restart the apache.