From c88f8c51c90c1e48c75047849a42ae0ed6c4aa15 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 20 Jul 2024 18:01:02 -0600 Subject: web/sites: add home portal --- sys/pki/ca.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys/pki') 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; -- cgit v1.2.3