We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d579f commit e75385fCopy full SHA for e75385f
tests_integration/mitmproxy_setup_wizard.sh
@@ -48,7 +48,6 @@ if [ "${headless_mode}" = "true" ]; then
48
else
49
echo "You now need to trust the mitmproxy-ca.crt certificate in your system's trust store."
50
echo "The exact process depends on your operating system."
51
-
52
if [[ -f "/etc/debian_version" ]]; then
53
echo "On Debian-based systems, you can use the following command to trust the certificate:"
54
echo "sudo cp ${mitmproxy_ca_crt_file} /usr/local/share/ca-certificates/mitmproxy-ca.crt"
0 commit comments