Replacing the auto-generated, self-signed certificate will get rid of the "Not Secure" message and will increase the security of your Evoko Home server. Currently the only way of changing the Evoko Home SSL/TLS certificate is replacing the self-signed certificate and key file from system of the server. Unfortunately there is no way of doing this via the web interface.
To change the certificate that Evoko Home use, simply replace the certificate (server.crt
) and key (server.key
) files. Their default storage location is:
- Windows:
C:\Program Files\Evoko\EvokoHome\liso_files\certificates\
- Linux:
~/Evoko Home/liso_files/certificates/
Note! Before replacing your existing certificate and key make sure that you have a backup copy so you can revert to the old certificate in case of issues.
Note! Make sure that you use the exact same file names (i.e. server.crt
and server.key
), otherwise Evoko Home won't recognize the files.
Once the new certificate and key files are in place, restart the Evoko Home service to load the new certificate:
- Windows: restart the
ERM Service
underservices.msc
- Linux: run
evoko_home restart
After restarting the Evoko Home service make sure you can access it via http (e.g. http://localhost:3000) and it should, if successful, redirect you to https (e.g. https://localhost:3002).