diff options
author | Anonymous <anon@anon.com> | 2022-01-07 19:15:28 +0100 |
---|---|---|
committer | Anonymous <anon@anon.com> | 2022-01-07 19:15:28 +0100 |
commit | 9902e006ee97cf17dd7efb9655031a0aa50b3fcf (patch) | |
tree | 6cb3276c11f87edc4d499b51d303bcb3f95315c2 | |
parent | 1367989e9f4e3b40bb21da500dd44b4ae2ed9b83 (diff) |
Updated ACME.md (markdown)
-rw-r--r-- | ACME.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,6 +49,6 @@ security.acme.certs."myservice.r".server = "https://ca.r/acme/acme/directory"; }; }; - networking.firewall.allowedTCPPorts = [ 80 443 ]; + networking.firewall.allowedTCPPorts = [ 80 443 ]; } ``` |