summaryrefslogtreecommitdiffstats
path: root/ACME.md
diff options
context:
space:
mode:
Diffstat (limited to 'ACME.md')
-rw-r--r--ACME.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACME.md b/ACME.md
index 148ff46..7da5bb0 100644
--- a/ACME.md
+++ b/ACME.md
@@ -48,5 +48,7 @@ security.acme.certs."myservice.r".server = "https://ca.r/acme/acme/directory";
server = "https://ca.r/acme/acme/directory";
};
};
+
+ networking.firewall.allowedTCPPorts = [ 80 443 ];
}
```