Updating fluentd Mutual Authentication and CA Certificates
Updated -
1. Change the current project to openshift-logging
2. Get the current CA certificate from the fluentd secret
oc get secret fluentd -o=jsonpath='{.data.app-ca}' | base64 -d > current-app-ca.crt
3. Append the required CA certificate to the exported CA certificate
cat root-ca.crt >> current-app-ca....
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.