website
website copied to clipboard
Certificate Resources
The page https://cert-manager.io/docs/usage/certificate/#configuring-private-key-rotation says:
WARNING: This feature requires enabling the ExperimentalCertificateControllers feature gate by passing the --feature-gates=ExperimentalCertificateControllers=true flag to the controller component, or adding --set featureGates=ExperimentalCertificateControllers=true when deploying using the Helm chart.
But:
- providing this cli since at least 1.3.0 doesn't work (that argument to feature-gates doesn't exist), and
- it seems you don't need any feature gates at all, or at least I can configure the Rotation policy without any errors (I haven't verified if the key does indeed get rotated).