Page 1 of 1

Docker ssl/https

Posted: Sat Dec 10, 2022 2:29 am
by chuck8530
I have ZM running in Docker on a Ubuntu box. The Docker load is the package load. I want to go https - not having a lot of luck. Pointers please
thanks

Re: Docker ssl/https

Posted: Sat Dec 10, 2022 3:53 am
by burger
How much experience do you have with Docker? If you can setup normal ZM SSL, then it shouldn't be much
more difficult in docker. The SSL settings are briefly noted here:
https://wiki.zoneminder.com/API#SSL_Configuration
Although the instructions assume some basic familiarity with Apache and SSL. Also, this should be posted
in the docker forum.

Off the top of my head, typically you would edit one or more of the apache config files and then include it
in the docker image (ideally, with docker-compose and a section in the yml file for Voluimes).
https://docs.docker.com/storage/volumes/

Re: Docker ssl/https

Posted: Sat Dec 10, 2022 3:58 am
by apber
I've had ZM running over https on a dedicated vm for years. Doing it inside Docker would follow the workflow delineated by burger.

Re: Docker ssl/https

Posted: Sat Dec 10, 2022 4:10 am
by chuck8530
Long term Le-Nooks, Docker, about 15 minutes.