Information
Ensure that the certificate authorities file has permissions of '644' or more restrictive.
Rationale:
The certificate authorities file controls the authorities used to validate API requests. You should restrict its file permissions to maintain the integrity of the file. The file should be writable by only the administrators on the system.
Solution
Run the following command to modify the file permissions of the '--client-ca-file'
chmod 644
Impact:
None