Use DNS-01 for ACME

This commit is contained in:
2025-02-28 04:15:14 +01:00
parent 0b3e10fd70
commit 45562df6cf
4 changed files with 11 additions and 6 deletions

View File

@@ -209,6 +209,11 @@ with pkgs;
owner = "matrix-as-signal";
group = "matrix-as-signal";
};
secrets.acme = {
file = secrets/acme.age;
owner = "acme";
group = "nginx";
};
identityPaths = [ "/etc/ssh/id_ed25519" ];
};