Skip to content

Commit 9b70a83

Browse files
committed
Merge branch 'PHP-7.4'
2 parents 3a19726 + 52c2f11 commit 9b70a83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/openssl/tests/CertificateGenerator.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ class CertificateGenerator
9797
openssl_csr_new($dn, $this->lastKey, ['req_extensions' => 'v3_req']),
9898
$this->ca,
9999
$this->caKey,
100-
2
100+
/* days */ 2,
101+
['digest_alg' => 'sha256'],
101102
);
102103

103104
$certText = '';

0 commit comments

Comments
 (0)