summaryrefslogtreecommitdiff
path: root/sys/pki/ca.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/pki/ca.nix30
1 files changed, 0 insertions, 30 deletions
diff --git a/sys/pki/ca.nix b/sys/pki/ca.nix
index 8814338..70640be 100644
--- a/sys/pki/ca.nix
+++ b/sys/pki/ca.nix
@@ -87,34 +87,4 @@ in
type = certsType null;
readOnly = true;
};
-
- 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 = { };
- };
- };
}