Page 1 of 1

Noob questions about zmevennotification object detection on edge tpu

Posted: Tue Nov 03, 2020 3:20 pm
by Sigge
Hi,

not sure if this is the right place for these questions?

I saw the other thread about this and ordered a coral edge tpu (M.2.).

I got as far as to try and start the ES but I have messed up the Lets encrypt certs.

What is the way to do this? ES get permission denied. Certs owned by root.

I did not generate my own certs. Should I? I just pointed to the "/etc/letsencrypt/live/PORTAL/fullchain.pem" and "privkey.pem". Both in the zmeventnotification.ini and secrets.ini.

Thanks

Re: Noob questions about zmevennotification object detection on edge tpu

Posted: Tue Nov 03, 2020 3:52 pm
by Magic919
Make sure your web user can reach it. www-data, apache or whatever.

Re: Noob questions about zmevennotification object detection on edge tpu

Posted: Tue Nov 03, 2020 6:17 pm
by Sigge
Thanks,

I did:
chgrp -R ssl-cert /etc/letsencrypt
chmod -R g=rX /etc/letsencrypt
usermod -a -G ssl-cert www-data

but this does not "feel" good.

But the ES is ticking now.