# README
The code is from: https://github.com/google/martian/blob/master/mitm/
# Functions
NewAuthority creates a new CA certificate and associated private key.
NewConfig creates a MITM config using the CA certificate and private key to generate on-the-fly certificates.
# Variables
MaxSerialNumber is the upper boundary that is used to create unique serial numbers for the certificate.