Search found 3 matches

by arkoko
Sat Jan 16, 2021 10:09 pm
Forum: Docker
Topic: Docker container
Replies: 7
Views: 25552

Re: Docker container

by arkoko
Fri Dec 11, 2020 9:56 pm
Forum: Docker
Topic: A bit of confusion with certificates
Replies: 2
Views: 6587

Re: A bit of confusion with certificates

Thanks, it make sense. I will try to separate apache and ES certs. I got confused because they are symlinked to the one place: root@zm:/# ls -l /etc/apache2/ssl/ lrwxrwxrwx 1 root root 21 Dec 11 00:54 zoneminder.crt -> /config/keys/cert.crt lrwxrwxrwx 1 root root 21 Dec 11 00:54 zoneminder.key -> /c...
by arkoko
Fri Dec 11, 2020 2:08 pm
Forum: Docker
Topic: A bit of confusion with certificates
Replies: 2
Views: 6587

A bit of confusion with certificates

Hi I'm trying to figure out how and what certificates needs to be installed. I read in the guide: 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...