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.
2 parents e495172 + eac14ef commit c8b1414Copy full SHA for c8b1414
workflow-templates/check-certificates.yml
@@ -95,7 +95,9 @@ jobs:
95
(
96
openssl pkcs12 \
97
-in "${{ env.CERTIFICATE_PATH }}" \
98
- -noout -passin env:CERTIFICATE_PASSWORD
+ -legacy \
99
+ -noout \
100
+ -passin env:CERTIFICATE_PASSWORD
101
) || (
102
echo "::error::Verification of ${{ matrix.certificate.identifier }} failed!!!"
103
exit 1
@@ -123,6 +125,7 @@ jobs:
123
125
124
126
127
-clcerts \
128
129
-nodes \
130
-passin env:CERTIFICATE_PASSWORD
131
) | (
0 commit comments