Certificates

In case of secure SSL mode, a CA certificate must be specified. This is used in SSL communication with the IBM Spectrum Scale GUI server. The certificate should be created as a ConfigMap. There should be as many ConfigMaps as the number of clusters with secure SSL enabled.

For example,

kubectl create configmap cert1 --from-file=cert1=/path/to/mycertificate.pem -n ibm-spectrum-scale-csi-driver

The value from “file=” should be the one that should be used as “cacert” value in CSIScaleOperator

Note: Configmap name and --from-file value should match and this value should be used as “cacert” value in Operator.