Skip to content

Commit

Permalink
skip verification
Browse files Browse the repository at this point in the history
  • Loading branch information
iblacksand committed Jun 13, 2024
1 parent d8cfd4f commit 8e902ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
# Add the certificate to the system's trusted certificates
sudo cp website_cert_chain.pem /usr/local/share/ca-certificates/website_cert_chain.crt
sudo update-ca-certificates

sudo dpkg-reconfigure ca-certificates
# Verify the certificate is trusted
openssl verify /usr/local/share/ca-certificates/website_cert_chain.crt
# openssl verify /usr/local/share/ca-certificates/website_cert_chain.crt

shell: bash

Expand Down

0 comments on commit 8e902ca

Please sign in to comment.