我注册了一个GitHubintegration并下载了RSA私钥(PEM文件)。在我的PHP脚本中,我使用thislibrary以这种方式编码我的token:useFirebase\JWT\JWT;$token=["iat"=>time(),"exp"=>time()+3600,"iss"=>$my_integration_id];$key=file_get_contents($path_to_pem_file);echoJWT::encode($token,$key,"RS256");PEM文件是这样的(我已经重新生成了私钥):-----BEGINRSAPRIVATEKEY-----