zoneminder/distros/fedora
Andrew Bauer 477c02382b Update CMakeLists.txt
Minor change for fedora rpmbuild
2016-07-06 19:06:28 -05:00
..
archive rpm specfile - add support for f24, remove support for f22 2016-06-24 15:39:57 -05:00
CMakeLists.txt Update CMakeLists.txt 2016-07-06 19:06:28 -05:00
README.Fedora rpm README changes 2016-06-01 07:30:41 -05:00
README.https symlink README.https into Fedora folder 2015-10-03 10:45:41 -05:00
jscalendar-1.0.zip rpm housecleaning, change the way jscalendar is installed 2016-07-03 11:34:35 -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.f23.spec rpm specfile - add support for f24, remove support for f22 2016-06-24 15:39:57 -05:00
zoneminder.f24.spec rpm specfile - add support for f24, remove support for f22 2016-06-24 15:39:57 -05: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.