diff options
author | Anonymous <anon@anon.com> | 2022-01-07 19:15:10 +0100 |
---|---|---|
committer | Anonymous <anon@anon.com> | 2022-01-07 19:15:10 +0100 |
commit | 1367989e9f4e3b40bb21da500dd44b4ae2ed9b83 (patch) | |
tree | d31b9047e192f31739429da48986115d89aa254e | |
parent | 0e5fc73fe68593c53a17d7d1b0408dc4628bcec7 (diff) |
Updated ACME.md (markdown)
-rw-r--r-- | ACME.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ]; } ``` |