mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 00:07:14 +00:00
OpenSSL signatures need a newline after base64 string
This commit is contained in:
parent
7ab5a130dd
commit
2e3d3e33f3
@ -967,7 +967,7 @@ class Lotw extends CI_Controller {
|
||||
openssl_free_key($pkeyid);
|
||||
}
|
||||
$signature_b64 = base64_encode($signature);
|
||||
return $signature_b64;
|
||||
return $signature_b64."\n";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user