Skip to content

Commit a26d06a

Browse files
committed
spelling: mitmproxy
Signed-off-by: Josh Soref <[email protected]>
1 parent 8ecfc0d commit a26d06a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monitor/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [ "$RUNNER_OS" = "macOS" ]; then
3030
pid=$(sudo lsof -i -P -n 2>/dev/null | sed -En "s/Python *([0-9]*) *mitmproxyuser *.*TCP \*:8080 \(LISTEN\)/\1/p" | head -1)
3131
sudo kill $pid
3232

33-
# install mitmpoxy certificate as CA
33+
# install mitmproxy certificate as CA
3434
# disable any GUI prompts for certificate installation
3535
sudo security authorizationdb write com.apple.trust-settings.admin allow
3636
# 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
104104
fi
105105
done
106106

107-
# install mitmpoxy certificate as CA
107+
# install mitmproxy certificate as CA
108108
sudo mkdir /usr/local/share/ca-certificates/extra
109109
sudo openssl x509 -in /home/mitmproxyuser/.mitmproxy/mitmproxy-ca-cert.pem -inform PEM -out ~/mitmproxy-ca-cert.crt
110110
sudo cp ~/mitmproxy-ca-cert.crt /usr/local/share/ca-certificates/extra/mitmproxy-ca-cert.crt

0 commit comments

Comments
 (0)