website icon indicating copy to clipboard operation
website copied to clipboard

Certificate Resources

Open jvilhuber opened this issue 4 years ago • 0 comments

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:

  1. providing this cli since at least 1.3.0 doesn't work (that argument to feature-gates doesn't exist), and
  2. 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).

jvilhuber avatar May 15 '21 08:05 jvilhuber