Switch to generating certs with openssl.

This commit is contained in:
Tom Alexander
2025-12-14 18:24:24 -05:00
parent 771ec2e38a
commit 1606d569d0
23 changed files with 476 additions and 324 deletions

View File

@@ -6,10 +6,8 @@
symlinkJoin {
name = "k8s-keys";
paths = [
k8s.kubernetes
k8s.ca
k8s.service_account
k8s.requestheader-client-ca
k8s.controller-proxy
];
]
++ (builtins.attrValues k8s.keys)
++ (builtins.attrValues k8s.client-configs);
}