summaryrefslogtreecommitdiffstats
path: root/ACME.md
diff options
context:
space:
mode:
authorAnonymous <anon@anon.com>2021-12-10 18:06:44 +0100
committerAnonymous <anon@anon.com>2021-12-10 18:06:44 +0100
commitbe119cbf2198c47bd946eb6e3b254f61e5eae06d (patch)
tree76783fae6f36271375bc1e0c1988d29d874a3ced /ACME.md
parent559bf002c9832495f19e5e56e4715b42356ee008 (diff)
update krebs ca.crt
Diffstat (limited to 'ACME.md')
-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=";
})]
```