mirror of https://gitlab.crans.org/nounous/nixos
Revert acme
parent
a4a04f1fb8
commit
89d9bc4bc3
|
|
@ -23,6 +23,16 @@ in
|
||||||
email = "root@crans.org";
|
email = "root@crans.org";
|
||||||
dnsPropagationCheck = false;
|
dnsPropagationCheck = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Certificat wildcard par défaut pour les services utilisant acme
|
||||||
|
# TODO: À déplacer sur les VMs qui en ont besoin (e.g. coturn…).
|
||||||
|
certs."crans.org" = {
|
||||||
|
domain = "*.crans.org";
|
||||||
|
dnsProvider = "rfc2136";
|
||||||
|
# Contient le serveur à contacter avec le protocole
|
||||||
|
# et le mot de passe
|
||||||
|
environmentFile = config.age.secrets.acme-env.path;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue