diff options
-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="; })] ``` |