From 949b413b0ba293b9ab8ab613ec6e50f263d78b86 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Thu, 16 Nov 2023 11:07:58 +0100 Subject: [PATCH] Document x509 daemon --- doc/03-Configuration.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/doc/03-Configuration.md b/doc/03-Configuration.md index 26a1736a..4ecde77a 100644 --- a/doc/03-Configuration.md +++ b/doc/03-Configuration.md @@ -56,3 +56,22 @@ In case you are serving multiple virtual hosts under a single IP you can configu Each entry defines an IP with multiple hostnames associated with it. These are then utilized when jobs run. Modules may also provide sources for SNI. At this time the module monitoring is the only one with known support. + +## Icinga Certificate Monitoring Daemon + +The default `systemd` service of this module, shipped with package installations, uses the [jobs command](04-Scanning.md#scheduling-jobs) +and runs all your configured jobs and schedules. + + + +> **Note** +> +> If you haven't installed this module from packages, you have to configure this as a `systemd` service yourself by just +> copying the example service definition from `/usr/share/icingaweb2/modules/x509/config/systemd/icinga-x509.service` +> to `/etc/systemd/system/icinga-x509.service`. + + +You can run the following command to enable and start the daemon. +``` +systemctl enable --now icinga-x509.service +```