Suppression certificat *.crans.org systématique

hachino-test
Pyjacpp 2026-07-19 12:03:54 +02:00
parent fddbbaf10e
commit 86af4f8ee3
No known key found for this signature in database
GPG Key ID: ED479A5A26930939
1 changed files with 0 additions and 13 deletions

View File

@ -23,19 +23,6 @@ in
email = "root@crans.org"; email = "root@crans.org";
dnsPropagationCheck = false; 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;
};
}; };
}; };
} }