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 36af7ed commit c8d4d6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-nuget-certificates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
name: certificate.pfx
- name: gen-certificate
run: |
openssl pkcs12 -in certificate.pfx -out certificate.pem -pass pass:${{ secrets.NUGET_PASSWORD }}
openssl crl2pkcs7 -nocrl -certfile certificate.pem -out certificate.p7b -certfile CACert.cer
openssl pkcs7 -print_certs -in certificate.p7b -out certificate\certificate.cer
openssl pkcs12 -in certificate.pfx -out certificate.pem -passin pass:${{ secrets.NUGET_PASSWORD }}
# openssl crl2pkcs7 -nocrl -certfile certificate.pem -out certificate.p7b -certfile CACert.cer
# openssl pkcs7 -print_certs -in certificate.p7b -out certificate\certificate.cer
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c8d4d6a

Please sign in to comment.