From bd30588eac90b498457c7e0b5687a33e7585425a Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 28 Jul 2024 13:23:37 -0600 Subject: pki: rename from sys/pki, import in home --- sys/pki/certs.nix | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 sys/pki/certs.nix (limited to 'sys/pki/certs.nix') diff --git a/sys/pki/certs.nix b/sys/pki/certs.nix deleted file mode 100644 index c191fc5..0000000 --- a/sys/pki/certs.nix +++ /dev/null @@ -1,31 +0,0 @@ -{ - config.local.pki.ca = { - home = { - crl = ./public/home-crl.pem; - cert = ./public/home-ca.pem; - issuer = "root"; - - leaves = { - user-firefox.cert = ./public/home-user-firefox.pem; - }; - }; - - mail = { - crl = ./public/mail-crl.pem; - cert = ./public/mail-ca.pem; - issuer = "root"; - - leaves = { - kiev.cert = ./public/mail-kiev.pem; - larsa.cert = ./public/mail-larsa.pem; - }; - }; - - root = { - crl = ./public/root-crl.pem; - cert = ./public/root-ca.pem; - issuer = null; - leaves = { }; - }; - }; -} -- cgit v1.2.3