dlandon / zoneminder.machine.learning

Zoneminder Docker
GNU General Public License v2.0
321 stars 144 forks source link

zmeventnotification config #9

Closed wsguede closed 6 years ago

wsguede commented 6 years ago

How do you have zmeventnotification setup?

I am trying to update it with a different location for certs, or copy mine into it, but the image resets it after restart.

Could we move the path to

/config/keys/cert.crt
/config/keys/cert.key
wsguede commented 6 years ago

I see you are already doing that

Never mind!

wsguede commented 6 years ago

in case anyone stumbles into this issue...

Setup:

Issue:

Solution: Originally I copied the wrong letsencrypt keys into /config/keys ----- Wrong -----

cp ../appdata/letsencrypt/keys/cert.key ../appdata/Zoneminder/keys/cert.key
cp ../appdata/letsencrypt/keys/cert.crt ../appdata/Zoneminder/keys/cert.crt

----- Works -----

cp ../appdata/letsencrypt/keys/letsencrypt/privkey.pem ../appdata/Zoneminder/keys/cert.key
cp ../appdata/letsencrypt/keys/letsencrypt/fullchain.pem ../appdata/Zoneminder/keys/cert.crt