mirror of https://github.com/mikaku/Monitorix.git
Self signed certificates support
Currently email reports cannot be generated correctly when monitorix is hosted on https with self signed certificate. This patch fixes this issue.
This commit is contained in:
parent
f7b843ebbf
commit
da62ef9da8
|
@ -15,6 +15,7 @@ temperature_scale = c
|
||||||
show_gaps = n
|
show_gaps = n
|
||||||
global_zoom = 1
|
global_zoom = 1
|
||||||
max_historic_years = 1
|
max_historic_years = 1
|
||||||
|
use_self_signed_certificates = 1
|
||||||
|
|
||||||
base_dir = /usr/share/monitorix/
|
base_dir = /usr/share/monitorix/
|
||||||
base_lib = /var/lib/monitorix/
|
base_lib = /var/lib/monitorix/
|
||||||
|
|
Loading…
Reference in New Issue