summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/pki/ca.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/pki/ca.nix b/sys/pki/ca.nix
index 2b74a89..0a0d3c2 100644
--- a/sys/pki/ca.nix
+++ b/sys/pki/ca.nix
@@ -93,12 +93,20 @@ in
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;
+ };
};
root = {