I'm starting to use this library https://github.com/lexik/LexikJWTAuthenticationBundle
When I use the command php bin/console lexik:jwt:generate-keypair
, the console shows this error
In GenerateKeyPairCommand.php line 151:
error:02001003:system library:fopen:No such process
I have Symfony 5 with PHP 7.1 and Openssl is running.