Skip to main content

MitM Guide

Add the following options to the [MitM] section of your configuration file:

OptionDescription
hostnameDomains to decrypt, separated by commas. Supports * and ? wildcards. Prefix a domain with - to exclude it.
ca-p12The full, single-line standard Base64 encoding of the P12 file containing the CA certificate and private key.
ca-passphraseThe password used when exporting the P12 file.

Example

[MitM]
hostname = example.com, *.example.org, -private.example.org
ca-p12 = <full Base64 content of the P12 file>
ca-passphrase = <P12 password>

Replace the placeholders in angle brackets with your own values. ca-p12 contains a private key, so do not share your configuration file publicly.