Set up SSL/HTTPS for Coronium

Make sure to point a validated domain name to your Coronium instance using your DNS provider.

Once you have your ssl files, you need to upload them to your Coronium instance via SFTP. Create a new folder in your Coronium user directory named ssl, and upload both your ssl.key and ssl.crt files into the ssl directory

Next, log into your Coronium instance via SSH and copy and paste the following block of code into the terminal to run the ssl configuration utility, press [Enter]:

cd /home/coronium && \
sudo wget https://s3.amazonaws.com/coronium-support/ssl/ssl_config && \
sudo chmod +x ssl_config; sudo ./ssl_config

To access your admin, you will need to include the https in the domain. Be sure to add the https flag for your Corona SDK Coronium client as well.