summaryrefslogtreecommitdiff
path: root/sys/pki/ca.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-07-20 18:01:02 -0600
committerAlejandro Soto <alejandro@34project.org>2024-07-20 18:04:28 -0600
commitc88f8c51c90c1e48c75047849a42ae0ed6c4aa15 (patch)
tree5eccacfe94e63fd40e6747fb4b53f6b09fd38159 /sys/pki/ca.nix
parent181200e62d929df7e632e581547a01c71eeefc2a (diff)
web/sites: add home portal
Diffstat (limited to 'sys/pki/ca.nix')
-rw-r--r--sys/pki/ca.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/pki/ca.nix b/sys/pki/ca.nix
index 4e8f841..1c7dad1 100644
--- a/sys/pki/ca.nix
+++ b/sys/pki/ca.nix
@@ -36,6 +36,12 @@ in
};
config.local.pki.ca = {
+ home = {
+ crl = ./public/home-crl.pem;
+ cert = ./public/home-ca.pem;
+ issuer = "root";
+ };
+
mail = {
crl = ./public/mail-crl.pem;
cert = ./public/mail-ca.pem;