add certs. fix acme challenge. add jwk provisioner
All checks were successful
Flake check / flake-check (pull_request) Successful in 20s

This commit is contained in:
sid 2026-04-18 23:38:54 +02:00
parent b9e7615ff5
commit 7a65bdbf37
12 changed files with 125 additions and 50 deletions

View file

@ -1,6 +1,7 @@
rec {
domain = "sid.ovh";
intranet = "intra." + domain;
intranet = "i." + domain;
ca-fqdn = "ca." + intranet;
hosts = {
sid = {
ip = "100.64.0.6";