Skip to content

Commit 997a841

Browse files
committed
add flag to correctly recognize the algorithm
see openssl/openssl#23089
1 parent 786a4d7 commit 997a841

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-certificates.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
(
6363
openssl ${{ matrix.certificate.type }} \
6464
-in "${{ env.CERTIFICATE_PATH }}" \
65-
-noout -passin env:CERTIFICATE_PASSWORD
65+
-noout -passin env:CERTIFICATE_PASSWORD \
66+
-legacy
6667
) || (
6768
echo "::error::Verification of ${{ matrix.certificate.identifier }} failed!!!"
6869
exit 1

0 commit comments

Comments
 (0)