Generate certificates for the aggregation layer.

This commit is contained in:
Tom Alexander
2026-01-09 18:19:34 -05:00
parent c0ace47d95
commit fd1ea9e890
13 changed files with 204 additions and 43 deletions

View File

@@ -22,7 +22,7 @@ let
enabled = true;
};
x509 = {
clientCAFile = "/.persist/keys/kube/ca.crt";
clientCAFile = "/.persist/keys/kube/client-ca.crt";
};
};
authorization = {