Laravel uses the \phpseclib\Crypt\RSA library to generate the keys. In the end, it doesn't really matter how you generate the keys, as long as they are stored in the correct directory. Laravel only checks on the directory itself. If you have a matching private and public key you should be good to go ;)
Feb 12, 2020
2
Level 2
Passport keys.
Can passport keys be generated using openSSL command?
This would be handy because of automated deployments in a loadbalanced environment.
Please or to participate in this conversation.