index(); var_dump(file_get_contents( __DIR__ . '/../private.key')); $keyPathPerms = decoct(fileperms(__DIR__ . '/../private.key') & 0777); var_dump($keyPathPerms);