File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if [ "$RUNNER_OS" = "macOS" ]; then
30
30
pid=$( sudo lsof -i -P -n 2> /dev/null | sed -En " s/Python *([0-9]*) *mitmproxyuser *.*TCP \*:8080 \(LISTEN\)/\1/p" | head -1)
31
31
sudo kill $pid
32
32
33
- # install mitmpoxy certificate as CA
33
+ # install mitmproxy certificate as CA
34
34
# disable any GUI prompts for certificate installation
35
35
sudo security authorizationdb write com.apple.trust-settings.admin allow
36
36
# the command itself may run https requests, this is why we didn't setup transparent proxy yet
@@ -104,7 +104,7 @@ elif [ "$RUNNER_OS" = "Linux" ]; then
104
104
fi
105
105
done
106
106
107
- # install mitmpoxy certificate as CA
107
+ # install mitmproxy certificate as CA
108
108
sudo mkdir /usr/local/share/ca-certificates/extra
109
109
sudo openssl x509 -in /home/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem -inform PEM -out ~ /mitmproxy-ca-cert.crt
110
110
sudo cp ~ /mitmproxy-ca-cert.crt /usr/local/share/ca-certificates/extra/mitmproxy-ca-cert.crt
You can’t perform that action at this time.
0 commit comments