4.1.8 Ensure that the client certificate authorities file ownership is set to root:root
Information
Ensure that the certificate authorities file ownership is set to root:root The certificate authorities file controls the authorities used to validate API requests. You should set its file ownership to maintain the integrity of the file. The file should be owned by root:root
Solution
Run the following command to modify the ownership of the --client-ca-file chown root:root <filename> Impact: None