aegershman / yugabyte-boshrelease

yugabytedb bosh release

Home Page:https://github.com/yugabyte/yugabyte-db

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cert linker should set chmod 0600 on private keys

aegershman opened this issue · comments

ysqlsh: private key file "/var/vcap/jobs/yb-tserver/config/certs/node.key" has group or world access; permissions should be u=rw (0600) or less

chmod 0600 /var/vcap/jobs/yb-tserver/config/certs/node.key

I don't believe this is necessary nor would it actually work to have that chmod set on the private keys.