Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make inaccessable private key exception more informative
Perviously setting $config['rsa_private_key'] = 'file://full/path/to/key.pem' (note two slashes instead of three) or other variations that are incompatitible with openssl_pkey_private(), would just give the user "Cannot access private key for signing", for a file that is very much accessable. The additional info I've added allows the user to go straight to the manual instead of spending time thinking it's a permissions issue.
- Loading branch information