我刚刚安装并配置了LexikJWTAuthenticationBundle,如提供的示例所示。
但是当我尝试生成令牌时
和
curl -X POST http://localhost:8000/api/login_check -d _username=johndoe -d _password=test
我使用正确的用户名和密码
我得到:
{"error":{"code":500,"message":"Internal Server Error","exception":[{"message":"Failed to load private key \"\/home\/web\/symfony\/app\/var\/jwt\/private.pem\". Did you correctly configure the corresponding passphrase?
如何调试此错误?