SSL (HTTPS)
Enable secure connection to Cryptitan
cd ~/cryptitan./cryptitan ssl./cryptitan up -d./cryptitan sslLast updated
Enable secure connection to Cryptitan
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 ~/cryptitanRun the command to generate a Signed SSL certificate (powered by Let's Encrypt).
./cryptitan sslAfter successfully generating ssl, start up the server:
./cryptitan up -dThe SSL Certification generated will expire within the period of 90 days
To renew the certificate, run:
./cryptitan sslAfter generating the SSL certificates, Cryptitan will auto redirect http request to https.
Last updated