diff --git a/.github/workflows/check-standard.yaml b/.github/workflows/check-standard.yaml index c285a7d..088fd25 100644 --- a/.github/workflows/check-standard.yaml +++ b/.github/workflows/check-standard.yaml @@ -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