How do I disable SSL in version 3, or install a certificate?

I need to either go to http or install a certificate, tried to put the let’s Encrypt certificate failed

The Bluecherry client requires SSL. If you never plan to use the Bluecherry client you could, in theory, comment out these lines in /etc/apache2/sites-enabled/bluecherry.conf then run ‘service apache2 restart’ but it is not recommend.

# SSL
SSLEngine on

SSLCertificateFile /etc/letsencrypt/live/v2demo.bluecherrydvr.com/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/v2demo.bluecherrydvr.com/privkey.pem

BrowserMatch "MSIE [2-6]" \
        nokeepalive ssl-unclean-shutdown \
        downgrade-1.0 force-response-1.0
BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown

Sorry for reactivating this thread, but i also cant find out how to install a ssl certificate, and i dont use lets encrypt, already paying for some other ssl service…
Thx for ideas

Are you needing to install a signed SSL certificate for the mobile app or something else?

Hello…thx for the reply…
I am trying to give family access to a guest account to watch the cams overseas. But the browsers these days want ssl everything and so they cant open the web page due to not trusted…
Right now i am trying to scp into the docjer container to hopefully manually be able too put it in, but so far i am pretty stuck…

Try Nginx Proxy Manager: https://github.com/nginx-proxy/nginx-proxy

It will take some tinkering to figure out. Ask if you need help.