diff options
author | Anonymous <anon@anon.com> | 2021-12-10 18:06:44 +0100 |
---|---|---|
committer | Anonymous <anon@anon.com> | 2021-12-10 18:06:44 +0100 |
commit | be119cbf2198c47bd946eb6e3b254f61e5eae06d (patch) | |
tree | 76783fae6f36271375bc1e0c1988d29d874a3ced | |
parent | 559bf002c9832495f19e5e56e4715b42356ee008 (diff) |
update krebs ca.crt
-rw-r--r-- | ACME.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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="; })] ``` |