We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c73a2 commit a2d247bCopy full SHA for a2d247b
.github/workflows/check-certificates.yml
@@ -62,7 +62,8 @@ jobs:
62
(
63
openssl ${{ matrix.certificate.type }} \
64
-in "${{ env.CERTIFICATE_PATH }}" \
65
- -noout -passin env:CERTIFICATE_PASSWORD
+ -noout -passin env:CERTIFICATE_PASSWORD \
66
+ -legacy
67
) || (
68
echo "::error::Verification of ${{ matrix.certificate.identifier }} failed!!!"
69
exit 1
@@ -92,7 +93,8 @@ jobs:
92
93
94
-clcerts \
95
-nodes \
- -passin env:CERTIFICATE_PASSWORD
96
+ -passin env:CERTIFICATE_PASSWORD \
97
98
) | (
99
openssl x509 \
100
-noout \
0 commit comments