TizonaHub

TizonaHub

πŸ”’ HTTPS & SSL

TizonaHub can operate with HTTPS using your own SSL certificates. To do this, simply place your certificate files in the following folder:

installationPath/TizonaHub/TizonaServer/SSL

You must include:

  1. A .crt file (certificate)
  2. A .key file (private key)

If your .key file is protected with a passphrase, you must specify it in the .env file located at:

installationPath/TizonaHub/TizonaServer

In this file, you must also set the path to your .crt and .key files:

PASSPHRASE=0000
CRT=./SSL/domain.crt
SSL_KEY=./SSL/domain.key