Your domain, as specified in the environment file, as well as the www. version, must be pointed to your server's IP address. i.e both example.com and www.example.com must be pointed to your server's IP address.
While logged in as the created user account (SSH Terminal), navigate to the project's folder:
cd~/cryptitan
Run the command to generate a Signed SSL certificate (powered by Let's Encrypt).
./cryptitanssl
After successfully generating ssl, start up the server:
./cryptitanup-d
The SSL Certification generated will expire within the period of 90 days
To renew the certificate, run:
./cryptitanssl
After generating the SSL certificates, Cryptitan will auto redirect http request to https.