We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abf8ea commit c7c06f3Copy full SHA for c7c06f3
1 file changed
examples/settings.php.dist
@@ -5,7 +5,6 @@ return [
5
'version' => 'latest', // or your version
6
'keyId' => 'your-key-id',
7
'cert' => file_get_contents('cert.crt'),
8
- 'digest' => SetaPDF_Signer_Digest::SHA_256,
9
// 'RSASSA_PSS_SHA_256', 'RSASSA_PSS_SHA_384', 'RSASSA_PSS_SHA_512', 'RSASSA_PKCS1_V1_5_SHA_256',
10
// 'RSASSA_PKCS1_V1_5_SHA_384', 'RSASSA_PKCS1_V1_5_SHA_512', 'ECDSA_SHA_256', 'ECDSA_SHA_384', 'ECDSA_SHA_512'
11
'algorithm' => 'your-algorithm',
0 commit comments