Skip to content

Commit 47e3845

Browse files
authored
Merge pull request #466 from per1234/fix-check-certificates
Restore certificate check compatibility w/ RC2-40-CBC encrypted PKS#12
2 parents 94026ab + 4a207c9 commit 47e3845

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check-certificates.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
(
5757
openssl pkcs12 \
5858
-in "${{ env.CERTIFICATE_PATH }}" \
59-
-noout -passin env:CERTIFICATE_PASSWORD
59+
-legacy \
60+
-noout \
61+
-passin env:CERTIFICATE_PASSWORD
6062
) || (
6163
echo "::error::Verification of ${{ matrix.certificate.identifier }} failed!!!"
6264
exit 1
@@ -84,6 +86,7 @@ jobs:
8486
openssl pkcs12 \
8587
-in "${{ env.CERTIFICATE_PATH }}" \
8688
-clcerts \
89+
-legacy \
8790
-nodes \
8891
-passin env:CERTIFICATE_PASSWORD
8992
) | (

0 commit comments

Comments
 (0)