zoneminder/distros/fedora
Andrew Bauer a990b23164 Update zoneminder.f22.spec 2016-01-29 21:25:34 -06:00
..
archive rpm packaging updates 2015-11-21 15:23:13 -06:00
CMakeLists.txt Use make macros inside Fedora config files rather than hardcode 2015-10-03 12:54:18 -05:00
README.Fedora update rpm documentation 2015-11-21 15:18:43 -06:00
README.https symlink README.https into Fedora folder 2015-10-03 10:45:41 -05:00
jscalendar.sh Cmake support files for fedora distro 2013-10-19 08:49:47 -05:00
redalert.wav Fix redalert.wav symlinks 2015-08-10 08:13:37 -05:00
zoneminder-1.28.0-defaults.patch fedora specfile changes 2014-10-05 10:27:50 -05:00
zoneminder.conf.in Configure Fedora packages for HTTPS 2015-10-03 12:35:22 -05:00
zoneminder.f22.spec Update zoneminder.f22.spec 2016-01-29 21:25:34 -06:00
zoneminder.f23.spec Update zoneminder.f23.spec 2016-01-29 21:24:50 -06:00
zoneminder.logrotate.in Use make macros inside Fedora config files rather than hardcode 2015-10-03 12:54:18 -05:00
zoneminder.service.in Use make macros inside Fedora config files rather than hardcode 2015-10-03 12:54:18 -05:00
zoneminder.tmpfiles.in Use make macros inside Fedora config files rather than hardcode 2015-10-03 12:54:18 -05:00

README.https

HTTPS is now a requirement
==========================

This package now depends on Apache's mod_ssl pacakge. This will automatically
be installed along with ZoneMinder. Upon installation, the mod_ssl package
will create a default, self-signed certificate. This is the certificate that
ZoneMinder will use out of the box. 

Since the certificate is self-signed, you will get a warning from your browser
the first time you access the web portal. This is normal.

This is not intended to be an all encompasing solution for everyone. ZoneMinder
will work just fine over HTTPS the way it is currently configured. However,
here are a couple of considerations you may want to take.

1. Create your own certificate. The CentOS wiki has a guide that describes how
   to do this: https://wiki.centos.org/HowTos/Https . Additionally, Googling 
   "centos certificate" reveals many articles on the subject. Note that some
   third party applications, such as zmNinja, will require you to create a
   certificate different than the default certificate on your machine.

2. You can turn off HTTPS entirely by simply commenting out the SSLRequireSSL
   directives found in /etc/httpd/conf.d/zoneminder.conf. You should also
   comment out the HTTP -> HTTPS Rewrite rule.