From 86af4f8ee3b87b376ef502acd58d51e03584af45 Mon Sep 17 00:00:00 2001 From: Pyjacpp Date: Sun, 19 Jul 2026 12:03:54 +0200 Subject: [PATCH] =?UTF-8?q?Suppression=20certificat=20*.crans.org=20syst?= =?UTF-8?q?=C3=A9matique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/services/acme.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/modules/services/acme.nix b/modules/services/acme.nix index b975eed..5165af6 100644 --- a/modules/services/acme.nix +++ b/modules/services/acme.nix @@ -23,19 +23,6 @@ in email = "root@crans.org"; dnsPropagationCheck = false; }; - - certs."all.crans.all" = { - domain = "*.crans.org"; - dnsProvider = "rfc2136"; - # Contient le serveur à contacter avec le protocole - # et le mot de passe - environmentFile = config.age.secrets.acme-env.path; - extraDomainNames = [ - "*.crans.fr" - "*.crans.eu" - ]; - group = config.services.nginx.group; - }; }; }; }