Noob questions about zmevennotification object detection on edge tpu

Forum for questions and support relating to the 1.34.x releases only.
Post Reply
Sigge
Posts: 116
Joined: Mon May 02, 2016 8:14 am

Noob questions about zmevennotification object detection on edge tpu

Post 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
Magic919
Posts: 1381
Joined: Wed Sep 18, 2013 6:56 am

Re: Noob questions about zmevennotification object detection on edge tpu

Post by Magic919 »

Make sure your web user can reach it. www-data, apache or whatever.
-
Sigge
Posts: 116
Joined: Mon May 02, 2016 8:14 am

Re: Noob questions about zmevennotification object detection on edge tpu

Post 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.
Post Reply