Use DNS-01 for ACME
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user