You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have created the .key and .crt files using the command: openssl req -newkey rsa:2048 -nodes -keyout Area_Check.key -x509 -days 365 -out Area_Check.crt
last night everything worked fine when doing Forrest:login(); there was no problem, however, today, now I get this error
ErrorException
openssl_sign(): Supplied key param cannot be coerced into a private key
this is my privateKey 'privateKey' => file_get_contents('Area_Check.key'),
the Area_Check.key file is located on the root of my project (for example at the same level as the .env file)
what could have been the problem?
The text was updated successfully, but these errors were encountered:
Hi, I have created the .key and .crt files using the command:
openssl req -newkey rsa:2048 -nodes -keyout Area_Check.key -x509 -days 365 -out Area_Check.crt
last night everything worked fine when doing Forrest:login(); there was no problem, however, today, now I get this error
ErrorException
openssl_sign(): Supplied key param cannot be coerced into a private key
this is my privateKey
'privateKey' => file_get_contents('Area_Check.key'),
the Area_Check.key file is located on the root of my project (for example at the same level as the .env file)
what could have been the problem?
The text was updated successfully, but these errors were encountered: