diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-07-28 13:23:37 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-07-28 13:23:57 -0600 |
| commit | bd30588eac90b498457c7e0b5687a33e7585425a (patch) | |
| tree | 068404d578f686a2e9f8bef0cf1a41911808a5b4 /sys/pki/certs.nix | |
| parent | baf553ca73b842062aaf957a227fcb18ebfdf5ae (diff) | |
pki: rename from sys/pki, import in home
Diffstat (limited to 'sys/pki/certs.nix')
| -rw-r--r-- | sys/pki/certs.nix | 31 |
1 files changed, 0 insertions, 31 deletions
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 = { }; - }; - }; -} |
