Skip to content

Instantly share code, notes, and snippets.

@nullmastermind
Last active September 24, 2025 03:42
Show Gist options
  • Select an option

  • Save nullmastermind/ced9c9459852e681fef9c76d987e1e3c to your computer and use it in GitHub Desktop.

Select an option

Save nullmastermind/ced9c9459852e681fef9c76d987e1e3c to your computer and use it in GitHub Desktop.

Chứng chỉ là cần thiết để hệ thống có thể cho phép truy cập internet thông qua proxy tùy chỉnh. Chỉ cần cài 1 lần trên 1 máy, sau khi cài xong sẽ không cần cài lại nữa trừ khi bạn cài đặt lại hệ điều hành hoặc đổi user.

Cách cài đặt:

Windows - mở Powershell với quyền Admin và chạy lệnh sau:

Invoke-WebRequest -Uri "https://raw.githubusercontent.com/nullmastermind/prompts/master/proxy/certificate/mitmproxy-ca-cert.cer" -OutFile "mitmproxy-ca-cert.cer"

Linux/macOS:

# Download PEM certificate
curl -O https://raw.githubusercontent.com/nullmastermind/prompts/master/proxy/certificate/mitmproxy-ca-cert.pem

# Or using wget
wget https://raw.githubusercontent.com/nullmastermind/prompts/master/proxy/certificate/mitmproxy-ca-cert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment