SSL (HTTPS)
Enable secure connection to Cryptitan
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