There is explanation:
https://forums.unraid.net/topic/56632-s ... ent=932742
Search found 3 matches
- Sat Jan 16, 2021 10:09 pm
- Forum: Docker
- Topic: Docker container
- Replies: 7
- Views: 26195
- Fri Dec 11, 2020 9:56 pm
- Forum: Docker
- Topic: A bit of confusion with certificates
- Replies: 2
- Views: 6732
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 ...
- Fri Dec 11, 2020 2:08 pm
- Forum: Docker
- Topic: A bit of confusion with certificates
- Replies: 2
- Views: 6732
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 ...