Skip to content

Commit

Permalink
wrong format
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Apr 22, 2024
1 parent fa983fc commit 1a4fa36
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ jobs:
run: |
echo "Here is /etc/ssl/certs/ca-certificates.crt before"
cat /etc/ssl/certs/ca-certificates.crt
sudo cp ~/.mitmproxy/mitmproxy-ca-cert.pem /usr/local/share/ca-certificates
echo "Here is the contents of /usr/local/share/ca-certificates before"
ls -l /usr/local/share/ca-certificates
sudo cp ~/.mitmproxy/mitmproxy-ca-cert.cer /usr/local/share/ca-certificates
echo "Here is the contents of /usr/local/share/ca-certificates after"
ls -l /usr/local/share/ca-certificates
sudo update-ca-certificates
echo "Here is /etc/ssl/certs/ca-certificates.crt after"
cat /etc/ssl/certs/ca-certificates.crt
Expand Down

0 comments on commit 1a4fa36

Please sign in to comment.