Private.key does not exist or is not readable

Nevermind I was able to fix it I use 660 instead of 600.

used this one

sudo chmod 660 private.key public.key

instead of this:

sudo chmod 600 private.key public.key

But why I got this error on api/access_token?