diff --git a/docs/documentation/platform/pki/k8s-cert-manager.mdx b/docs/documentation/platform/pki/k8s-cert-manager.mdx index 89bae475d..1218b0f2a 100644 --- a/docs/documentation/platform/pki/k8s-cert-manager.mdx +++ b/docs/documentation/platform/pki/k8s-cert-manager.mdx @@ -102,17 +102,19 @@ The following steps show how to install cert-manager (using `kubectl`) and obtai acme: # ACME server URL from your Infisical certificate profile (Step 1) server: - # Email address for ACME account (any valid email works; currently ignored by Infisical) + # Email address for ACME account + # (any valid email works; currently ignored by Infisical) email: externalAccountBinding: - # EAB Key ID from Step 1 - keyID: - # Reference to the Kubernetes Secret containing the EAB HMAC key (created in Step 3) - keySecretRef: - name: issuer-infisical-client-secret - key: clientSecret + # EAB Key ID from Step 1 + keyID: + # Reference to the Kubernetes Secret containing the EAB + # HMAC key (created in Step 3) + keySecretRef: + name: infisical-acme-eab-secret + key: eabSecret privateKeySecretRef: - name: issuer-infisical-account-key + name: issuer-infisical-account-key solvers: - http01: ingress: