feat: CertManager | update to latest version

Also improve pki
This commit is contained in:
2025-11-29 13:18:34 +05:00
parent a753fc0e1e
commit 3c947c05ad
6 changed files with 70 additions and 43 deletions

View File

@@ -52,12 +52,9 @@ export class PKI extends TerraformStack {
provider: kubernetes,
namespace,
apiVersion: "cert-manager.io/v1",
secretName: "root-secret",
rootSecretName: "root-secret",
intermediateSecretName: `${namespace}-ca-secret`,
commonName: "Homelab Root CA",
privateKey: {
algorithm: "Ed25519",
size: 256,
},
});
new PublicIssuer(this, "public-issuer", {