Hello,
Do we know when the feature flag "AdditionalCertificateOutputFormats" will move out of "experimental alpha state"? We would like to use this functionality for some projects in production which require a mix of certificate/key formats. Description from docs below:
The additional certificate output formats feature is currently in an experimental alpha state, and is subject to breaking changes or complete removal in future releases. This feature is only enabled by adding it to the --feature-gates flag on the cert-manager controller and webhook components:
--feature-gates=AdditionalCertificateOutputFormats=true
additionalOutputFormats is a field on the Certificate spec that allows specifying additional supplementary formats of issued certificates and their private key. There are currently two supported additional output formats: CombinedPEM and DER. Both output formats can be specified on the same Certificate
Thank you!
- Devon