summaryrefslogtreecommitdiff
path: root/sys/pki/default.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-07-20 16:41:14 -0600
committerAlejandro Soto <alejandro@34project.org>2024-07-20 18:01:46 -0600
commit181200e62d929df7e632e581547a01c71eeefc2a (patch)
tree47656d59031d59ffe40aa0bc9cf4f31d0c4cd212 /sys/pki/default.nix
parent0ed17847d32885b3400dd7f33920898445a7a505 (diff)
sys/pki: build fullchains from cert+crl+issuer
Diffstat (limited to '')
-rw-r--r--sys/pki/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pki/default.nix b/sys/pki/default.nix
index 25f9f33..cca5964 100644
--- a/sys/pki/default.nix
+++ b/sys/pki/default.nix
@@ -1,5 +1,5 @@
{
imports = [
- ./chains
+ ./ca.nix
];
}