Replies: 1 comment
-
Here are some of the suggestions you can consider:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
`public static function signaturetest($token) {
$privateKeyPath = "C:/Users/hp/privatekey.pem";
$plainText = "0582910862KE2018-08-09"; // Correct format for signing
$privateKey = openssl_pkey_get_private(file_get_contents($privateKeyPath));
Beta Was this translation helpful? Give feedback.
All reactions