I'm trying to figure out how and what certificates needs to be installed. I read in the guide:
So I understand that for working eventnotification hooks I should write in the secrets.ini file:Note that by default, this docker build runs ZM on port 443 inside the docker container and maps it to port 8443 for the outside world. Therefore, if you are configuring /etc/zm/objectconfig.ini or /etc/zm/zmeventnotification.ini remember to use https://localhost:443/<etc> as the base URL
Code: Select all
ZM_PORTAL:https://localhost:443/zm
Code: Select all
ES_CERT_FILE = /etc/apache2/ssl/zoneminder.crt
ES_KEY_FILE = /etc/apache2/ssl/zoneminder.key
To access Zoneminder from outside the URL would be like https://mydomain.org:8443/zm and I have a Letsencrypt certificate for it. How can I use it?
I would like help resolving my confusion. And sorry for my English. Thanks.