diff options
Diffstat (limited to 'sys/pki/ca.nix')
| -rw-r--r-- | sys/pki/ca.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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; |
