mirror of https://gitlab.crans.org/nounous/nixos
Suppression certificat *.crans.org systématique
parent
fddbbaf10e
commit
86af4f8ee3
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue