Skip to content

Commit

Permalink
Update test-nuget-certificates.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere authored Nov 7, 2023
1 parent c8d4d6a commit 2e4db86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-nuget-certificates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: certificate.pfx
- name: gen-certificate
run: |
openssl pkcs12 -in certificate.pfx -out certificate.pem -passin pass:${{ secrets.NUGET_PASSWORD }}
openssl pkcs12 -in certificate.pfx -out certificate.pem -passin pass:${{ secrets.CERTIFICATE_PASSWORD }}
# openssl crl2pkcs7 -nocrl -certfile certificate.pem -out certificate.p7b -certfile CACert.cer
# openssl pkcs7 -print_certs -in certificate.p7b -out certificate\certificate.cer
Expand Down

0 comments on commit 2e4db86

Please sign in to comment.