diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-07-20 18:01:02 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-07-20 18:04:28 -0600 |
| commit | c88f8c51c90c1e48c75047849a42ae0ed6c4aa15 (patch) | |
| tree | 5eccacfe94e63fd40e6747fb4b53f6b09fd38159 /sys/pki/ca.nix | |
| parent | 181200e62d929df7e632e581547a01c71eeefc2a (diff) | |
web/sites: add home portal
Diffstat (limited to '')
| -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; |
