From f650a934cd4494f909c58f5d22a0ee89544679e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=C3=A4kinen?= Date: Sat, 1 Feb 2025 18:37:02 +0200 Subject: [PATCH] cups: Require signed cert from ca --- cups/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/cups/tasks/main.yml b/cups/tasks/main.yml index f2d75e6..dd621da 100644 --- a/cups/tasks/main.yml +++ b/cups/tasks/main.yml @@ -39,6 +39,7 @@ content: | ServerName print.{{ mail_domain }}:443 Encryption Required + AllowAnyRoot No TrustOnFirstUse No ValidateCerts Yes mode: "0644"