summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ACME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACME.md b/ACME.md
index edba11b..12238c4 100644
--- a/ACME.md
+++ b/ACME.md
@@ -6,7 +6,7 @@ we now have our own letsencrypt-like service for internal certificates:
```
security.pki.certificateFiles = [(pkgs.fetchurl {
url = "http://ca.r/ca.crt"; # can be also downloaded from some other location like github/cgit
- sha256 = "sha256-qd3HYc/HaMGbrHDjTKgs4QbHTRcA//xxr+fu1FnKBBs=";
+ sha256 = "sha256-tEp7OCiFx+6CFj5WzNym7wiBfWfyioeyQLLndf6glDQ=";
})]
```