Skip to content

Commit c7c06f3

Browse files
committed
Update settings.php.dist
1 parent 6abf8ea commit c7c06f3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/settings.php.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ return [
55
'version' => 'latest', // or your version
66
'keyId' => 'your-key-id',
77
'cert' => file_get_contents('cert.crt'),
8-
'digest' => SetaPDF_Signer_Digest::SHA_256,
98
// 'RSASSA_PSS_SHA_256', 'RSASSA_PSS_SHA_384', 'RSASSA_PSS_SHA_512', 'RSASSA_PKCS1_V1_5_SHA_256',
109
// 'RSASSA_PKCS1_V1_5_SHA_384', 'RSASSA_PKCS1_V1_5_SHA_512', 'ECDSA_SHA_256', 'ECDSA_SHA_384', 'ECDSA_SHA_512'
1110
'algorithm' => 'your-algorithm',

0 commit comments

Comments
 (0)