Add parameters to configure custom certificate authorities (CA)
Closes #2 (closed)
Two distinct ways of managing CAs are offered :
- an array of base64-encoded PEM-formatted certificates (through the repeatable
--s3-ca-certificate-base64
flag ors3.caCertificatesBase64
Helm template value) - a single path file containing a bundle of PEM-formatted certificates (through the
--s3-ca-certificate-bundle-path
flag ors3.caCertificateBundlePath
Helm template value)