You should verify that the Docker server certificate file (the file that is passed along with the --tlscert parameter) has permissions of 444 or more restrictive permissions.
Recommended Mitigation
You should execute the command: 'chmod 444 '. This sets the file permissions of the Docker server certificate file to 444.