remove var_dump :(
This commit is contained in:
parent
180e882c4a
commit
c872cb69d0
1 changed files with 0 additions and 2 deletions
|
@ -116,8 +116,6 @@ class Signature {
|
||||||
$signed_string = "(request-target): $http_method $path\nhost: $host\ndate: $date";
|
$signed_string = "(request-target): $http_method $path\nhost: $host\ndate: $date";
|
||||||
}
|
}
|
||||||
|
|
||||||
var_dump($key);
|
|
||||||
|
|
||||||
$signature = null;
|
$signature = null;
|
||||||
\openssl_sign( $signed_string, $signature, $key, \OPENSSL_ALGO_SHA256 );
|
\openssl_sign( $signed_string, $signature, $key, \OPENSSL_ALGO_SHA256 );
|
||||||
$signature = \base64_encode( $signature ); // phpcs:ignore
|
$signature = \base64_encode( $signature ); // phpcs:ignore
|
||||||
|
|
Loading…
Reference in a new issue