Certificate CRD
additionalOutputFormats:
- type: CombinedPEM
subject:
countries:
- US
organizationalUnits:
- Tech
organizations:
- Octocat
Hi Team, I would like to requests those fields in the CSI Driver especially the additionalOutputFormats. The usecase is using the combined PEM to authenticate MongoDB X509 using CSI Drivers. My workaround at the moment is using deployment's command / Init Containers to manually merge both into single PEM. However, I do not like this workaround just to adding merge script into each of my deployments.
Thank you